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.

Changing the target thank you page based on field data

  1. I have a template form for signing up to watch our webinars. Based on the webinar chosen, I send people to the specific page with the webinar on it.

    So that I dont have to create a bunch of duplicate forms for every webinar, is it possible to make the Confirmation Page URL that the form sends the visitor to different based on which webinar they registered for?

    Posted 11 years ago on Friday January 25, 2013 | Permalink
  2. David Peralty

    You would have to use the following hook and some PHP to do so:
    http://www.gravityhelp.com/documentation/page/Gform_confirmation

    Posted 11 years ago on Friday January 25, 2013 | Permalink
  3. Thanks. Wish this was managed via a plugin, but anyway, this explains how to redirect, but what I want to send them to a page on the same site. I realize "Redirect" can do that, but is "Page" also valid to use?

    Posted 11 years ago on Friday January 25, 2013 | Permalink
  4. David Peralty

    You will still use redirect and just put the full URL of the page you want them to go to. All my best.

    Posted 11 years ago on Friday January 25, 2013 | Permalink