NAME JavaScript::DataFormValidator - JavaScript form validation from a Perl Data::FormValidator profile SYNOPSIS This module helps with setting up a JavaScript validation for a form using Data.FormValidator, a JavaScript port of Data::FormValidator. A key feature of this system is that it allows you to use the *exact same* validation profile for both Perl and JavaScript validation. You should read the docs for the JavaScript implementation for some limitations: http://www.openjsan.org/doc/u/un/unrtst/Data/FormValidator/ Here's an example with HTML::Template syntax:
>