{{ form_start(form, {'action': path('contacts'), 'attr': {'id': 'contact-form', 'class': 'form'}}) }}

Envoyez nous un message

{{ form_widget(form.nomprenoms) }}
{{ form_widget(form.email) }}
{{ form_widget(form.objet) }}
{{ form_widget(form.telephone) }}
{{ form_widget(form.message) }}
{{ form_end(form) }}