Is there a way to put gravity form entries on its own page rather than on the home page ? I want to have a separate page for form entries while being the only one blogging on the home page. I'm currently using thesis 1.8.
Is there a way to put gravity form entries on its own page rather than on the home page ? I want to have a separate page for form entries while being the only one blogging on the home page. I'm currently using thesis 1.8.
I'm not sure what you mean by entries on the home page. Form entries are only accessible in the WordPress dashboard.
Are you referring to POSTS created by Gravity Forms if you configure a form to do so?
If so, you can do this using categories. Setup your form to create the posts and assign them to a specific category. Configure your site to exclude that category when displaying posts no the Homepage.
Gravity Forms just creates the posts, how you display them (or don't display them) is handled by your theme.
I editted the code to display the entries on a separate page, but now I want to create a directory in where all my form entries are listed on a different page as posts.
Form Entries themselves aren't shown on the frontend because they aren't posts themselves.
If you want to show data on the front end you have to configure your form to use Post Fields, which are used to create WordPress Posts. Then you would configure your theme to show those Posts where you want them to be shown.
I don't suppose you can help me with this? I'm having a little trouble. I don't know how to configure it to show the form entries others have entered on my site onto its own page. Basically instead of showing it on the frontend to display them under http://www.sitename/community-reviews/
Displaying entries on the frontend isn't something Gravity Forms currently does.
You would have to use Gravity Forms to create WordPress Posts, which can then be shown on the frontend.
If you want to show entries (which aren't the same thing as posts) on the frontend you would have to either write custom code OR using a 3rd party plugin such as this one:
http://wordpress.org/extend/plugins/gravity-forms-addons/
Which allows you to display entries on the frontend. I would check that out, sounds like it would do what you want to do.