subject = "Contact form confirmation" == Hello, this is a confirmation from Contact form. {% if fieldsDetails|length %} You have sent this: {% for field in fieldsDetails %} {% if field.label == 'form_description' or field.label == 'form_alias' %} {% else %} {% endif %} {% endfor %}
{{ field.label }} {{ field.value|raw|nl2br }} {{field.label}}
{% endif %} Best regards, Contact form ==

Hello,

this is a confirmation from Contact form.

{% if fieldsDetails|length %}

You have sent this:

{% for field in fieldsDetails %} {% endfor %}
{{ field.label }} {{ field.value|raw|nl2br }}
{% endif %}

Best regards,
Contact form