JavaScript validation for Symfony 2 forms

Is there a Bundle that allows you to generate JavaScript equivalent to the symfony 2 form validators? I am looking for something similar to http://www.symfony-project.org/plugins/sfJqueryFormValidationPlugin

If not, is it possible to do this for Symfony 2?

+5
source share
2 answers

This is the new Symfony 2 package which provides a better client-side validation implementation for forms https://github.com/formapro/JsFormValidatorBundle

+6
source

This kit can meet your needs. APYJsFormValidationBundle

, .

, yml xml .

+3

All Articles