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.

display related data from single field entry

  1. Hi there,
    I have a new project that requires a single form entry for a telephone area code, which, when entered, displays Town, contact name and telephone number from database table. That's it.
    Is this something I can achieve this with Gravity Forms?

    Posted 11 years ago on Saturday January 5, 2013 | Permalink
  2. You can accomplish this with Gravity Forms. It sounds like the area code is the key and you will look up the related information from there? Depending on how many records you have, there are a couple of ways to perform the lookup. There will be some PHP code which you can use hooked to our gform_pre_render filter.

    Posted 11 years ago on Sunday January 6, 2013 | Permalink