Out of the box Gravity Forms does not do conditional redirects when the form is submitted. So there isn't a built in feature to redirect them to a specific page based on a selection they make in a drop down.
However, it would be possible to do this as a customization. You would have to create a custom PHP page template that reads a query string value passed to it (the report they selected) , create a page that uses that template, and then configure your form to redirect to that URL as the Confirmation Redirect URL and pass the value of the drop down field to it using the query string builder.
So it is possible to do what you described, but it is not a built in feature so it requires a customization to accomplish.
Conditional confirmation messages and redirects based on form field selections is a feature we plan on adding in a future release.
Posted 14 years ago on Tuesday June 28, 2011 |
Permalink