Dropdown – Redirect depending on choice
-
Hello! I would like to have a different redirect depending on the choice chosen in the dropdown field. I found this code, but it redirects as soon you select it. I would like the send button to do the redirect instead. So you chose, then click button to start.
select id=”selectbox” name=”” onchange=”javascript:location.href = this.value;”>
<option value=”https://www.yahoo.com/” selected>Option1</option>
<option value=”https://www.google.co.in/”>Option2</option>
<option value=”https://www.gmail.com/”>Option3</option></select>
[submit “Démarrer”]
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Dropdown – Redirect depending on choice’ is closed to new replies.