You have 2 options in this situation. Only Post Fields create Post data and WordPress Posts have a limited number of fields to utilize (Title, Body, Custom Fields, etc.).
You can either use Custom Fields and store the values as individual custom fields with the Post. This will require you to make changes to your theme template to then display these Custom Fields, which are not displayed automatically.
You can read more about Custom Fields here:
http://codex.wordpress.org/Custom_Fields
The alternative solution is to use the Content Template feature of the Post Body field. The Content Template lets you control and format what is saved as the Post Body and insert the value of other form fields using merge tags. It lets you configure the Post Body content similar to how you configure the email notifications and thank you message. It supports HTML and has an "Insert form field" drop down for inserting field merge tags that get replaced with the value for that field.
Just keep in mind while Gravity Forms has a wide range of field types and data capture capabilities, Posts do not. So you are limited as ar as what you can do with Post creation because WordPress Posts consist of just a handful of fields to store data in.
Posted 13 years ago on Thursday June 23, 2011 |
Permalink