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.

Logic and redirection?

  1. I am looking for a way for customers to fill out a form and based on their answers the site can redirect them to either an "Approved" or "Need more info" page when they submit.. Can Gravity forms do this?

    Posted 12 years ago on Sunday June 12, 2011 | Permalink
  2. I am also looking for this feature. A conditional redirect depending on what they filled out in the form. I have seen this else where and was hoping that Gravity forms would add this feature.

    Posted 12 years ago on Wednesday July 6, 2011 | Permalink
  3. Gravity Forms does not currently support conditional redirects or conditional confirmation messages. Meaning you can't have a different redirect or confirmation message based on form field selections made on the form.

    However, it is possible to do this as a customization. You would create a custom PHP page that reads a query string value. Based on the query string value it would redirect to wherever you want it to go. You would then configure your form to use URL redirect and redirect to this PHP page and pass the appropriate form field value to it via the query string. So you would make your own custom redirect handler.

    Conditional confirmation and conditional redirects is a feature we plan on adding as a native feature. So it is something we do plan on adding in a future release.

    Posted 12 years ago on Wednesday July 6, 2011 | Permalink
  4. Hi Carl. That would be a great addition to the plugin! Having said that, I have two questions for you... 1) When do you anticipate that feature being added and 2) Can you provide any coding examples that a non-techie like myself can use in the meantime?

    Your help would be greatly appreciated!

    Posted 12 years ago on Saturday August 6, 2011 | Permalink
  5. Romy, have you seen this post?

    http://www.gravityhelp.com/forums/topic/terms-of-conditions#post-7442

    Read the whole topic as there is some good discussion there and some corrections to the code. That procedure will work to redirect the confirmation page based on the value of one field that was submitted. If you need help, please feel free to start a new topic or continue the discussion there, as this is a pre-sales topic and is not appropriate for support.

    Posted 12 years ago on Sunday August 7, 2011 | Permalink
  6. I need to see the answer, but i am not able.

    Posted 12 years ago on Thursday January 12, 2012 | Permalink
  7. Those answers are available to registered Gravity Forms users. If you have already purchased Gravity Forms and then registered here with the same email address that the PayPal account was associated with, you should be able to see that post.

    It is possible to direct a visitor to a specific location based on information they submitted in their forms, and it's also a feature being considered for a future release.

    Posted 12 years ago on Saturday January 14, 2012 | Permalink