Installation of JS Auto Form Validator
Installation of JS Auto Form Validator
A new installation of JS Auto Form Validator is a very straight forward process:
Step 1. Uncompressing downloaded file.
Uncompress the JS AFV script archive. The archive will create a directory called "JSAFV_xxx". Put a content of sub-directory "formvalidator/" (all files and sub-directories it includes) into document root (public_html, www, httpdocs etc.) or another directory that you need, for example: "jsafv/".
Step 2. Including files.
Copy & paste these lines between <head> and </head> tags of your HTML page
NOTE: you need define a right path to all included files
<SCRIPT type="text/javascript" src="jsafv/lang/jsafv-en.js"></SCRIPT> <SCRIPT type="text/javascript" src="jsafv/form.scripts.js"></SCRIPT>
Your next step is Getting Started!