o.moreau
Forum Replies Created
-
Forum: Plugins
In reply to: [Private Only] Translation fr_FRMerci beaucoup
Forum: Plugins
In reply to: [Contact Form 7] How to get text on the same line as input fields?You should use a table to have a nice layout :
`<table border=”0″>
<tr>
<td>Name :</td>
<td> [text Form1_name]</td>
</tr>
<tr>
<td>Email :</td>
<td>[email Form1_email]</td>
</tr>
</table>Forum: Plugins
In reply to: [Form Manager] FM Fields and CPTI created a Custom Post Type with custom post fields in an editor (with PHP and libraries). The input of the CPT is in the WP back office and works fine. I can then display my custom fields in the blog (with a single-mypost.php) without problem.
My WPFM input form is created in the WP back office. The data is inputed in the front office and that works fine also. I can then display the WPFM fields in the back office or send them my email without problem. I can also display them in the blog if I activate the creation of a post.
Now what I’d like to do is simply display some WPFM fields in the blog in my CPT. Something like :
echo “WPFM field:” . genesis_get_custom_field( ‘_fm_text-527a69b80e6b3’ );I just can’t find the correct fields names…
Forum: Plugins
In reply to: [Form Manager] Why a form create a public postHello,
I’d like to use the fields generated with this plugin in my custom post types. I’ve looked with PHPMyadmin in the base but I just can’t figure it out… Thanks for your help