Dropdown empty default value
if i create form i need to create dropdown where is default empty value and user chose something only if he need it
1
vote
Anonymous
shared this idea
Basically, a drop-down field can’t have a completely blank value (unless you set the values using a custom script).
You can add a value that’s a single space, though, or an underscore, or something like “SELECT ITEM” and set it as the default value.