We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab3953c commit 8837241Copy full SHA for 8837241
docs/dashboard/email-notification-settings.md
@@ -21,13 +21,12 @@ You can customize the notification email template of a form.
21
Formspark custom email templates use the [Handlebars](https://handlebarsjs.com/) templating language.
22
23
```handlebars
24
-
25
<div style="text-align: left;">
26
<strong>New submission:</strong>
27
<div style="margin: 16px 0;">
28
- <strong>First name</strong>: {{data.firstName}}</div>
29
- <strong>Last name</strong>: {{data.lastName}}</div>
30
-</div>
+ <strong>First name</strong>: {{data.firstName}}
+ </div>
+ <strong>Last name</strong>: {{data.lastName}}
31
</div>
32
```
33
0 commit comments