Forms validation

Validation with jQuery Validate

This template comes with a custom integration of jQuery Validation plugin. See more about it at https://github.com/jquery-validation/jquery-validation.

This jQuery plugin makes simple clientside form validation easy, whilst still offering plenty of customization options.

Validation example - A simple login form

Validation example - A simple sign up form

In this form, I check the following:

  • Name: filled
  • Email: filled + valid
  • Password: filled, minimal length 5 characters
  • Password confirmation: filled and equals to the password

Validation example - A form with the Summernote editor