Hi, I want to have a dropdown in a form and I need the user to select a value, how do I make it required ? I can see there is the option in the input field, but there is no such option for dropdown, is there a way to force it ?
you can create a workflow in the submit button, a true/false branch. Put true if the dropdown value is not(!=) empty(“”)
1 Like