|
|
Form validation is a single javascript file and paste anywhere in your project and include into your project using script tag. You can perform form fields validations instantly without writing any javascript functions.
_functionname ( 'fieldname' , 'error message for this field' );
_blank ( 'name', 'Please enter your name' );
Click here to view the list of functions available in validation module.