Only the post fields create post data. The Standard and Advanced fields do not create post related data because Posts in WordPress. So using the Name, Email, Phone and Drop Down fields will not create post related data.
You have to use the Post Fields (Title, Body, Custom Field, etc.) to create posts.
You would have to use Custom Fields for Name, Email, Phone, etc. Drop Downs aren't available for Custom Fields, only text inputs. Although we plan on expanding the Custom Field functionality in the next release.
Otherwise you would have to write custom PHP to read data from the Gravity Forms database tables to display them in your single.php file, but this would require PHP and MySQL knowledge to pull this information in dynamically. It's possible to do, but Gravity Forms doesn't have a function call for this. You would have to write it yourself.
Posted 15 years ago on Thursday October 15, 2009 |
Permalink