Having mulitple fields so that they show in post content
-
I have the following form and want to add everything entered on it to appear in the post, is this possible?
[fu-upload-form class=”your-class” title=”Upload Your review” form_layout=”post_image” post_type=”portfolio” ]
[textarea name=”post_content” class=”required” description=”Hotel Highlights” ]
[input type=”text” class=”required” description=”Hotel Phone Number” ]
[input type=”text” class=”required” description=”Hotel Email Address” ]
[input type=”text” class=”required” description=”Hotel Website” ]
[select class=”select” description=”Review By:” values=”Chris,Candice,Johanna”]
[textarea name=”tweets” class=”required” description=”3 Tweets”]
[input type=”text” class=”required” description=”Facebook update when first published (same update is used for Google+” ]
[/fu-upload-form]If I add name=”post_content” to each field only the last bit of data is added to the post.
Thanks!
- The topic ‘Having mulitple fields so that they show in post content’ is closed to new replies.