{% extends 'base.html.twig' %} {% block title %}Get in touch{% endblock title %} {% block body %}

Get in touch

We'd LOVE to hear from you!
Send us your wishes, thoughts, advice, stories or questions.

{% if(form is defined) %} {{ form_errors(form) }} {{ form_start(form) }} {{ form_label(form.name) }}
{{ form_errors(form.name) }} {{ form_widget(form.name) }}
{{ form_label(form.email) }}
{{ form_errors(form.email) }} {{ form_widget(form.email) }}
{{ form_label(form.subject) }}
{{ form_errors(form.subject) }} {{ form_widget(form.subject) }}
{{ form_label(form.comment) }}
{{ form_errors(form.comment) }} {{ form_widget(form.comment) }}
{{ form_widget(form.submit) }}

#doughnutwedding

Follow us on Instagram and Facebook for wedding updates!

{{ form_rest(form) }} {{ form_end(form) }} {% else %}

{{ message|first }}

{% if message|length > 1 %}

{{ message|last }}

{% endif %}

#doughnutwedding

Follow us on Instagram and Facebook for wedding updates!

Go to the home page

{% endif %} {% endblock %}