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.

How do I query the Gravity Forms database?

  1. Hello Gravity Forms Experts.

    I would like to have a form where data is put in, like name, address, date etc, and then have a separate page that I can search those submissions by name, address, date etc?

    I know how to build the form, just not pull the data.
    Please guide me.
    Thanks

    Posted 12 years ago on Tuesday March 6, 2012 | Permalink
  2. If the data is stored in the user-meta, you can use
    http://wordpress.org/extend/plugins/amr-users/
    to generate user lists

    Posted 12 years ago on Wednesday March 7, 2012 | Permalink
  3. Anmari,

    Thank you for the response. How do I store the data in user-meta? Is this the default way GF stores the form data?

    Thanks
    Jason

    Posted 12 years ago on Wednesday March 7, 2012 | Permalink
  4. placson
    Member

    By default the data appears to be stored in the database. I would like to know how to run a SQL query against the GF tables to retrieve the data rather than relying on the export tool.

    Posted 12 years ago on Monday March 12, 2012 | Permalink