Here is a simple code --
Code: Select all
<select name="title">
<option selected value="">Please choose: </option>
<option>Ms</option>
<option>Mrs</option>
<option>Mr</option>
</select>
Is there spry validation for combobox ? if not then how to sort this out.
Any idea devs ??