Required dropdown in form

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

After tinkering around with weweb’s tools, I found out you can hadd the required tag in the HTML attribute of the dropdown. Might be great to have it in the normal specific attribute of weweb element (same as input) so we can bind the value in a non hacky way.

2 Likes