Validate Form Fields With NO Code Skills - jQuery SimpleValidation
Briefly

Simple Validation plugin simplifies form validation for beginners using HTML data attributes to set rules like required, email, alphabetic, numeric, etc. with the flexibility to define custom validation scenarios.
The plugin offers predefined rules for common validations and supports custom regular expressions. It requires minimal code, making it perfect for ensuring correct form inputs.
To use Simple Validation, include the plugin after jQuery, then add data attributes like data-sfv-required='yes' or data-sfv-validation='email' to apply validation rules to form fields.
Custom error messages, field comparison, minimum length, and regex validations are also supported through specific data attributes, enhancing the validation capabilities of the Simple Validation plugin.
Read at jQuery Script
[
add
]
[
|
|
]