Forum Discussion
Syndicate_Admin
4 years agoAdministrator
dropdown menu with a working button
how can i get a dropdown menu with a working button?? I have tried lots of coding i've found online but can't get it to work. My drop down menu named as dropdown1 and the options are BSC1, CV5 an...
Syndicate_Admin
4 years agoAdministrator
@Emmabb I would recommend utilizing a switch in the onselect of your button
It would work like this
Switch(dropdown.selected.value,
"Possible Value 1", Navigate(where to go if this is outcome),
"Possible value 2", Navigate(where to go if this is outcome),
Navigate(where to go if outcome is not listed above)
)
On my vellphone so syntax may be slightly off but it should get you going in roght direction