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?
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?
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.
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.
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!
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.
I need to see the answer, but i am not able.
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.