{{ form_start(form, {'attr': {'novalidate': 'novalidate'}}) }}
<!-- start -->
{{ form_widget(form) }}
<!-- end -->
{{ form_end(form) }}
Reference:
http://symfony.com/doc/current/book/forms.html
{{ form_start(form, {'attr': {'novalidate': 'novalidate'}}) }}
<!-- start -->
{{ form_widget(form) }}
<!-- end -->
{{ form_end(form) }}
No comments:
Post a Comment