Data.FormValidator 0.04 review

Download
by rbytes.net on

Data.FormValidator's aim is to bring all the benefits of the perl module Data::FormValidator over to javascript, using the same input

License: GPL (GNU General Public License)
File size: 0K
Developer: Joshua Miller
0 stars award from rbytes.net

Data.FormValidator's aim is to bring all the benefits of the perl module Data::FormValidator over to javascript, using the same input profiles (they can be dumped into javascript objects using the perl module Data::JavaScript.

Data.FormValidator library lets you define profiles which declare the required and optional fields and any constraints they might have.

The results are provided as an object which makes it easy to handle missing and invalid results, return error messages about which constraints failed, or process the resulting valid data.

IMPORTANT NOTE: JavaScript form validation is NOT a replacement for data validation in your backend scripts. This is the primary reason this module was written... so that it would be easy to share the same validation profile for both the frontend (via Data.FormValidator.js) and backend (via Data::FormValidator.pm).

What's New in This Release:
A problem where some functions were not terminated by a semi-colon, so JavaScript compactors would end up creating broken code was fixed.

Data.FormValidator 0.04 search tags