This little plugin will add JavaScript validation to exisiting forms. No more hacking in the JS files, just one plugin which will handle all the stuff for you. It is compatible with all kind of forms, even with the form module from DevDemon
Make sure your system meets the minimum requirements:
First of all you have to add the {exp:forms_js_validation:init}
method in the <head>
of the page.
This method will add all necessary javascript and css to you page to get the plugin fully working.
See here the tags that the init function can accept.
After weve added the
initmethod to the
we can start creating the validation rules for our forms.
This can be done by putting
{exp:forms_js_validation:add}just above every