{% cache 'homepage_contact_form;' ~ postIdentifier ttl(31536000) %}

Contactez-nous

{{ form_start(form, {'attr': {'novalidate': 'novalidate', 'class': 'form form--contact'}}) }} {{ form_widget(form.email, {'attr': {'class': 'form__field--contact form__field--email form__field', 'placeholder' : 'email'}}) }} {{ form_widget(form.name, {'attr': {'class': 'form__field form__field--contact form__field--small-margin form__field--input', 'placeholder': 'Nom' }}) }} {{ form_widget(form.ankara, {'attr': {'class': 'form__field form__field--contact form__field--small-margin form__field--input', 'placeholder': 'Courriel' }}) }} {{ form_widget(form.message, {'attr': {'class': 'form__field form__field--contact form__field--small-margin form__field--textarea', 'placeholder': 'Message', 'rows': '6', 'cols': '80' }}) }}
{{ form_widget(form.consent, {'attr': {'class': 'form__field form__field--checkbox' }}) }} {{ form_label(form.consent, 'J\'autorise Refined web à me recontacter', {'label_attr': {'class': 'form__label form__label--contact form__label--checkbox'}}) }}
{{ form_widget(form.submit, {'attr': {'class': 'button button--submit'}, 'label': 'Envoyer' }) }} {{ include('blocks/forms/_spinner.html.twig') }}
{{ form_end(form) }} {% endcache %} {% embed "blocks/forms/_form_message.html.twig" %} {% block form_message_class %}form-message--contact{% endblock %} {% endembed %}