This example will show you a complete form, but you can still submit the form. On the serverside the validation begins
Enter the field then click somewhere else
Should contain the phrase 'live' in any case:
Should be a number:
Should be an integer:
Should be 2000 (or scientific representation of it, 2e3):
Should be 2000 or higher (or scientific representation of it, 2e3):
Should be 2000 or lower (or scientific representation of it, 2e3):
Should be between 2000 and 2003:
Should be between 2000 and 2003, and also be an integer:
Should be 4 characters in length:
Should be 4 or more characters in length:
Should be 4 or less characters in length:
Should be between 4 and 8 characters in length:
Should be "cow", "pigeon", or "giraffe":
Should contain "cow", "pigeon", or "giraffe" somewhere in your entry:
Should not be "cow", "pigeon", or "giraffe":
Should not contain "cow", "pigeon", or "giraffe" anywhere in your entry
I accept that LiveValidation is the validation of my dreams:
Enter a password:
Confirm password:
Should be an email address:
Must be filled in:
Required, and at least 10 characters (validation starts after 300ms):