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.

Getting Entries Based on Field Value

  1. SteinerKomp
    Member

    Im looking for a method to retrieve entries based on a hidden field's value.
    Lets say I have a form with a hidden field called 'Company' with numeral values,
    what is then the preferred way to retrieve a list with entries that has Company-value 7 ?

    I have been looking for a custom SQL-way of doing it, but can't with the given database structure make a simple method for this.

    Thank you!

    Posted 12 years ago on Thursday December 8, 2011 | Permalink
  2. Gravity Forms does not have user facing functions or shortcodes for displaying entry data.

    If you want to display entry data on your own you would have to write custom PHP to do so by querying the entry data in the Gravity Forms tables.

    The data is stored serialized so you would need to know how to work with serialized data.

    There is a 3rd party plugin that let's you display entry data on the front end which you can find here:

    http://wordpress.org/extend/plugins/gravity-forms-addons/

    The ability to display entry data on the front end of your site and via shortcodes and function calls is a feature we plan on adding in the new year.

    Posted 12 years ago on Thursday December 8, 2011 | Permalink

This topic has been resolved and has been closed to new replies.