Is it it possible to show data from one specific form on the website?
A customer of mine is using Gravity Forms for pre-registrations. They want to show how many people already pre-registered and their names and countries.
Is it it possible to show data from one specific form on the website?
A customer of mine is using Gravity Forms for pre-registrations. They want to show how many people already pre-registered and their names and countries.
It's possible, but there's no built-in Gravity Forms function to do this right now. In order to display entries on the front end you would have to write your own PHP to query the Gravity Forms entry tables and display the data. You would have to have a good working knowledge of PHP and MySQL in order to do so.
We do plan on adding this functionality in the future, but it isn't available in the current version.
Thanks Kevin. Any idea when such functionality will be available? Otherwise I have to write the code myself.
This probably won't be included until the 1.4 release which is slated for later this summer.
Hi
Is this now possible? If so where is the option to display entries, if not when are you going to release it?
thanks
This functionality has not yet been and I am not sure when it will be available; however, here is a link to a thread that discusses a similar request:
http://forum.gravityhelp.com/topic/calculate-numbers-from-number-field-in-form-submissions
edse83, are you just trying to display an entry or some entries, or do you need the totals as well (as Chantal did)? If you just want to display entries to the public, you can use the Gravity Forms Add-on which is available at wordpress.org. It was not created by Gravity Forms.
http://wordpress.org/extend/plugins/gravity-forms-addons/
Using this Gravity Form to collect submissions:
http://guitar.chrishajer.com/2010/07/06/suggest-a-restaurant/
I display the entries in the sidebar, and also on this page, with some extra code showing how I did it:
Chris,
That link to the plugin is a God send- thank you.
Awesome, glad the old stuff is still helpful.