I have about 150+ Sample Databases I am offering my prospective clients. Could I (in theory) create one form with a checkbox, put ALL the different sample list selections in the checkbox and then based on whichever one they select it takes them to a unique confirmation redirected URL? I have been trying to play around with the system and have yet to figure out how to do this. Please let me know. My website is http://www.sendbulkemail.net Thanks in advance!
Can I add Multiple Confirmation Redirects?
(2 posts) (2 voices)-
Posted 2 months ago | Permalink
-
Gravity Forms doesn't currently have conditional confirmation redirects as a feature. It is a feature we do plan on adding.
It is possible to this by creating a custom redirect page that your form redirects to. You would create a PHP page that acts as your custom redirector, set your form up to redirect to this page and pass the form field value you want to redirect based on, and then write code in your custom redirector to redirect to the appropriate location based on the form field value that is passed. This is possible using the built in custom redirect functionality. It's a customization so you would have to write the code to do the actual redirect but Gravity Forms can redirect to your custom page and pass the form field value if you tell it to using the Confirmation settings in the form builder.
If you are doing a redirect based on a user selection I would suggest using a drop down and not checkboxes. Otherwise if you use checkboxes, they are multi-select so how would you know where the redirect is supposed to go as a redirect would be a one to one relationship?
Posted 2 months ago | Permalink
Leave A Reply
You must log in to post.