Hello.
Need help
How do I use a Dropdown to select an option and be redirected to a URL within my own website?
Structure, selected Dropdown, Submit button, redirect to url.
* each option with different url
Need help
How do I use a Dropdown to select an option and be redirected to a URL within my own website?
Structure, selected Dropdown, Submit button, redirect to url.
* each option with different url
Hi wvilela,
You can use an Event Switcher or Custom PHP in the form On Submit event.
Bob
You can use an Event Switcher or Custom PHP in the form On Submit event.
Bob
if this is a new form then I recommend using v7 which can be installed with v6 on the same website
If your dropdown values are safe to be public then just use options like this:
url_1 => Option 1
url_2 => Option 2
Then in your Redirect action:
URL: http://www.domain.com/{data:dropdown_field_name}
Best regards
If your dropdown values are safe to be public then just use options like this:
url_1 => Option 1
url_2 => Option 2
Then in your Redirect action:
URL: http://www.domain.com/{data:dropdown_field_name}
Best regards
This topic is locked and no more replies can be posted.