{# subject: New submission on your {{ form.name }} form #} {# fromEmail: {{ craft.app.projectConfig.get('email.fromEmail') }} #} {# fromName: {{ craft.app.projectConfig.get('email.fromName') }} #} {# replyToName: {{ craft.app.projectConfig.get('email.fromName') }} #} {# replyToEmail: {{ craft.app.projectConfig.get('email.fromEmail') }} #} {# cc: #} {# bcc: #} {# includeAttachments: true #} {# presetAssets: #} {# description: New submission sample email template #}

New submission on your {{ form.name }} form

Submitted on: {{ dateCreated|date('l, F j, Y \\a\\t g:ia') }}

{# text #} Submitted on: {{ dateCreated|date('l, F j, Y \\a\\t g:ia') }} {% for field in allFields %} - {{ field.label }}: {{ field.valueAsString }} {% endfor %} {# /text #}