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.

Conditional Results

  1. twonil
    Member

    Hi there,

    I'll give a brief rundown of what I'm trying to accomplish:

    I want a user to fill out a form (checking various boxes etc.) and depending on which boxes they check, when they click the submit button, they will be directed to a specific product which best suits their requirements (as per which boxes have been checked). I then want all of the information they have entered, as well as the solution recommened by the form, to be emailed to the Wordpress admin.

    Is this at all possible? I have about 5 sites that I would like to do this on, and it would be great it Gravity would allow me to do this.

    Many thanks for your help,

    Sam Henderson

    Posted 13 years ago on Tuesday June 21, 2011 | Permalink
  2. Currently Gravity Forms does not support conditional redirects when the form is submitted out of the box.

    It is possible, but it requires a customization. You would have to create a PHP page that handles the redirect based on values being passed to it via the query string. Gravity Forms could then redirect to this page, pass the values, and your custom PHP page would handle the redirect.

    All of the form data would be emailed to the admin as part of the standard Gravity Forms submission process.

    Posted 13 years ago on Tuesday June 21, 2011 | Permalink