I'm using the validate plugin from http://bassistance.de/jquery-plugins/jquery-plugin-validation/
What i'm trying to find is a way to make some of my form fields accept letters only, no numbers, special chars etc...
Any idea people ? Thanks a lot.
|
I'm using the validate plugin from http://bassistance.de/jquery-plugins/jquery-plugin-validation/ What i'm trying to find is a way to make some of my form fields accept letters only, no numbers, special chars etc... Any idea people ? Thanks a lot. |
|||
|
|
|
Simply add a custom validator, and use it like this:
Only numbers:
Only letters
|
|||||||||||
|
|
A small change.
Because that way it was accepting expressions like "#abc". |
||||
|
|
|
Try like this:
|
|||
|
|