tonyd
1
Is there a way to add a blank option to a drop down list
Hi @tonyd ,
You can have an empty option like this.
If you wish to not allow the snippet to work when the blank option is selected. You can use the {error} command to block.
{formmenu: default=; Choice A; Choice B; name=options}{if: options = ""}{error: Select an option; block=yes}{endif}
1 Like