diff --git a/docs/dashboard/email-notification-settings.md b/docs/dashboard/email-notification-settings.md index 0bf2c01..29f49ce 100644 --- a/docs/dashboard/email-notification-settings.md +++ b/docs/dashboard/email-notification-settings.md @@ -21,13 +21,12 @@ You can customize the notification email template of a form. Formspark custom email templates use the [Handlebars](https://handlebarsjs.com/) templating language. ```handlebars -
New submission:
- First name: {{data.firstName}}
- Last name: {{data.lastName}}
- + First name: {{data.firstName}} + + Last name: {{data.lastName}} ```