I found this thread that might contain my answer but still need to ask again: http://www.gravityhelp.com/forums/topic/view-form-content-on-public-front-end-page-of-site
I'm trying to build a directory site with a custom post type and a GF for user submission. I am making progress but its a bit slow.
So, I have my CPT and I can link a form to it. Now I can't work out how to display submitted content. I have tried creating single-listing.php and archive-listing.php without success.
If I am using post fields in the form I think they should be added to a post without extra work/code but other fields (standard and advanced) will not unless I work some php magic in the loop. Is that right?
So say I want a user to add an address I could use a post field and WordPress will call that but the address field in advanced fields won't be unless I use some code somewhere.
So, if I am using post fields would I still need to modify the loop or not?
I'm sorry if I am not making myself very clear but this is where I'm at. Is it obvious that I'm not so good with code?
Thanks
Martin