Page 1 of 1

spry validation

Posted: Mon Oct 04, 2010 5:17 am
by Anant
Hi,

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>
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 ??

Re: spry validation

Posted: Mon Oct 04, 2010 12:43 pm
by John Cartwright