PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Form data access

  1. 1. Once data has been submitted via a form, is it possible to pull that data back out for display within our WP website? If so, is there shortcodes to pull specific records? Or, can we pull directly from the GF database tables? We want to use GF to build a Directory, but aren't clear on how we can pull the data back out.

    2. We have a WP Theme that includes a Portfolio section with specific fields and a template to display those items. We want to use the Portfolio as a directory. Is it possible to map fields from a submitted GF form to the applicable database table fields for the Portfolio?

    Posted 11 years ago on Thursday September 27, 2012 | Permalink
  2. David Peralty

    Hi cubiccreative,

    There is a third party directory add-on for Gravity Forms that might help you do what you need. Gravity Forms doesn't display data on the front end by default. It can create WordPress posts with the right fields in place, and you can pull the data via the tables used to store it, but that can get complicated.

    Check this out and see if it fits what you need:
    http://wordpress.org/extend/plugins/gravity-forms-addons/

    Posted 11 years ago on Thursday September 27, 2012 | Permalink
  3. That plugin is close. However, the biggest issue is being able to control how the data is displayed. So, I think I would have to write the code to pull the data from the database directly even with this plugin.

    Posted 11 years ago on Thursday September 27, 2012 | Permalink
  4. David Peralty

    Well, looking at how that plugin pulls the data will probably get you most the way there. You might even be able to just change its display files to get it to work how you need.

    Posted 11 years ago on Thursday September 27, 2012 | Permalink
  5. See also this similar question with related request.

    http://www.gravityhelp.com/forums/topic/just-about-sold-but-we-have-a-couple-of-questions#post-77966

    Posted 11 years ago on Friday September 28, 2012 | Permalink