Validation

Parsley is a javascript form validation library. It helps you provide your users with feedback on their form submission before sending it to your server. It saves you bandwidth, server load and it saves time for your users. Read the Official Official Parsley Documentation for a full list of instructions and other options.


Basic Example

This is a demo of a required field that must not leave empty.




Email Validation

A demo of an email field that is required and must also be a valid email address. It automatically validate an email when the field is in type="email".




Checkbox/Radio Validation

A demo of checkboxes that must be selected at least two fom any given list.

What is your favorite browser?




Select Validation

A demo of select boxes that must be selected at least one fom any given option.