Installation of JS Auto Form Validator

(for version 2.0.0 or above)

A new installation of JS Auto Form Validator (JS AFV) is a very straight forward process:

[top]

Step 1. Uncompressing downloaded file.


Uncompress the JS AFV version 2.x.x script archive.
The archive will create a directory called "JSAFV_2xx". Put all content of this folder into directory that you need, for example: "jsafv".


[top]

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/chars/diactric_chars_utf8.js'></script>
<script type='text/javascript' src='jsafv/form.scripts.js'></script>


Congratulations, you now have JS AFV v.2.x.x. Installed! Lets see now Getting Started!