spry validation
Posted: Mon Oct 04, 2010 5:17 am
Hi,
Here is a simple code --
I want to use spry validation for the above but i am not getting how to set that up..
Is there spry validation for combobox ? if not then how to sort this out.
Any idea devs ??
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 ??