subject = "Contact form notification" ==

Hello,
this is a notification that a message has been sent from the Contact Form.

Form data:

{% if fieldsDetails|length %} {% partial 'panel' body %} {% for field in fieldsDetails %}

{{ field.label }}
{{ field.value|raw|nl2br }}

{% endfor %} {% if uploads|length %}

Uploaded files
{% for upload in uploads %} Upload {{ loop.index }} {{ loop.last is empty ? '
' }} {% endfor %}

{% endif %} {% endpartial %} {% endif %} {% partial 'panel' body %}

Page URL
{{ url }}

Form alias
{{ form_alias }}

{% endpartial %}

Best regards,
Contact Form