Validation of forms
Complete Validation
Validation form is very simple here. For example, to validate email, just add parsley-type="email"
in your input.
Extra Validator types
You can validate many types of data: number of words, numbers, date format, after or before specific date, minimum or maximum number, if a word is in specific list, credit card numbers...
Checkbox & Radio input
Example of validation with checkbox.