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 }}
Uploaded files
{% for upload in uploads %}
Upload {{ loop.index }}
{{ loop.last is empty ? '
' }}
{% endfor %}
Page URL
{{ url }}
Form alias
{{ form_alias }}
Best regards,
Contact Form