Editor's review
JS Auto Form Validator is a JavaScript program for easy-to-setup form validation.
Features: The JS Auto Form Validator is a set of scripts that can valdate a form when data are filled in into the form. It is an easy-to-setup form validation script. It can let you validate all kinds of inputs without the need for you to write any code. It is possible that you do not need to validate all the data being entered. In which case you can specify which data fields are "required" or "not required". The script would not generate validation code for the not required fields. For the required fields you will need to specify the type of data expected. These could be specified as text, password, numeric, zip code etc. The script will automatically check that all required elements are initially not filled. As the surfer enter they are validate for the type of data.. Beside the required/not required support, you can have confirm fields feature that checks fields in email/password, signed, unsigned, positive and negative numbers.Strings can be checked for upper/lower and normal. Numeric, integers, floating numbers checks ca be done. Zip code, URL checks and check-box entry checks are also possible. This should save a lot of time for developers who do coding for form validations and tool for form creation. The script package can provide automatic data validation features to be built in into the application, multi-language support and multi browser support. Browsers supported are IE, Firefox, opera, Safari and Chrome.
Overall: Can save a lot of time for developers. The data validation is a crucial activity but get neglected quite often.
User comments