Dropdown to select an option and be redirected

wvilela 04 Jul, 2020
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
GreyHead 05 Jul, 2020
Hi wvilela,

You can use an Event Switcher or Custom PHP in the form On Submit event.

Bob
Max_admin 06 Jul, 2020
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
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.