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.

Pass form data to custom options page

  1. I've been developing a custom admin page (on genesis, if that makes a difference).

    We use GF to register new subdomains. Is there a way we can capture some of that information (company name, etc.) and pass that the the input on the custom admin page?

    Posted 11 years ago on Tuesday May 15, 2012 | Permalink
  2. David Peralty

    If you want to feed the data to any "third party" thing then you'll want to take a look at this hook:
    http://www.gravityhelp.com/documentation/page/Gform_after_submission

    Posted 11 years ago on Tuesday May 15, 2012 | Permalink
  3. Hi David,

    i need to show up the form back again based on the third party validation,any idea ?? how to do it ??

    Thanks

    Posted 11 years ago on Monday April 15, 2013 | Permalink
  4. David Peralty

    Gravity Forms doesn't support such a feature. You would have to do something during our gform_validation hook to get it to work the way you want.

    Posted 11 years ago on Tuesday April 16, 2013 | Permalink