Skip to content

Commit 8837241

Browse files
authored
Update email-notification-settings.md
1 parent ab3953c commit 8837241

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/dashboard/email-notification-settings.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@ You can customize the notification email template of a form.
2121
Formspark custom email templates use the [Handlebars](https://handlebarsjs.com/) templating language.
2222

2323
```handlebars
24-
2524
<div style="text-align: left;">
2625
<strong>New submission:</strong>
2726
<div style="margin: 16px 0;">
28-
<strong>First name</strong>: {{data.firstName}}</div>
29-
<strong>Last name</strong>: {{data.lastName}}</div>
30-
</div>
27+
<strong>First name</strong>: {{data.firstName}}
28+
</div>
29+
<strong>Last name</strong>: {{data.lastName}}
3130
</div>
3231
```
3332

0 commit comments

Comments
 (0)