spry validation

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Anant
Forum Commoner
Posts: 66
Joined: Wed Jul 14, 2010 11:46 am

spry validation

Post 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 ??
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: spry validation

Post by John Cartwright »

Post Reply