How can I use HTML::FormFu for jQuery AJAX form validation?

726 Views Asked by At

Are there any examples I can look at that use HTML::FormFu with AJAX form validation and submission? I would really not like to write my validation routines three times (once in JS, once in FormFu constraints, and once in DBIC models), so I'd really like a way that's integrated with HTML::FormFu::Model::DBIC if possible.

1

There are 1 best solutions below

0
Sailab Rahi On

Use JQuery Validation Engine that submits form to PHP and returns the fancy error boxes if there is any validation required. Have a look at this link: JQuery Validation