I am trying to use Gravity Forms to create a front-end post tool for registered users. The purpose is to post an item to a classified ad, and posts will be entered as drafts for admins to publish.
My form is set up, and almost all fields are from the post field custom fields button in the form creator. However once the form is submitted and I open the pending post in the post editor to moderate, I don't see how the custom post field data can be published to the post.
My form can be previewed here: http://wmdpg.org.previewdns.com/member-services/member-market/submission-form/
2 of the custom fields show up in the post editor's custom fields section, but not when I publish the post itself (preview here: http://wmdpg.org.previewdns.com/2010/11/product-name/. Only the title field shows, since its the title of the post.
Do I have to create custom fields in my single.php file to handle the custom fields from the gravity form? Or some other custom template file to handle the custom fields? How do I get the user-submitted data from the gravity form and into a live post on my site?