Replies: 0
Hi.
This is the plugin I was looking for. You have done a great job.
Basically I am using a contact form 7 here is code:
Post Title [text* post_title “Help Needed”]
<p><h1>Personal Information</h1><br /></p>
<p class=”one-half First”>[text* First-Name “First Name”]</br> </p>
<p class=”one-half”> [text* Last-Name “Last Name”]</br> </p>
Post Content (required)
[checkbox* post_category_name “Help-Form”]
<p> <h1> Please fill these fields</h1></p>
<p class=””>Family Requiring Help : [select* Family “A” “B”]</p>
<p class=”one-half First”>Need Language Translator : [select* Translator “No” “Yes”]</p>
[group language]
<p class=”one-half”>Please Select Language: [select* Language “Chinese” “Arabic” “Persian”]</p>
[/group]
[submit “Submit Form”] [submit “Post”]
On submit data goes to CFDB and on Post it creates wp post But the post shows only Post Title and Post Content fields It does not showing other fields like select, check box, text, email, phone.
Please tell me how do I show other fields .