How to make a button with droplist

Hey there fellas, I’m trying to make a page with a droplist and a button. When the user chooses something in the droplist, he needs to click on a button to confirm that he chose something from that droplist and proceed to another page, and if he hasn’t chosen something when he presses the button it gives a message saying he must choose something. How can I do it?
Thanks

Add a dropdown with your items you want
Add some red warning text saying what you want but uncheck “Visible on page load”
Add a button and setup the workflow to navigate to the next page. Add a condition to that workflow “Dropdown’s Value is not empty”

Now copy and paste that workflow but change it to “Dropdown’s value is empty” and delete your navigate action and instead do “Show an element” and pick your text

Thank you very much

This topic was automatically closed after 70 days. New replies are no longer allowed.