Skip to content

Commit

Permalink
Update email-notification-settings.md
Browse files Browse the repository at this point in the history
  • Loading branch information
botre authored Jan 12, 2025
1 parent ab3953c commit 8837241
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/dashboard/email-notification-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<div style="text-align: left;">
<strong>New submission:</strong>
<div style="margin: 16px 0;">
<strong>First name</strong>: {{data.firstName}}</div>
<strong>Last name</strong>: {{data.lastName}}</div>
</div>
<strong>First name</strong>: {{data.firstName}}
</div>
<strong>Last name</strong>: {{data.lastName}}
</div>
```

Expand Down

0 comments on commit 8837241

Please sign in to comment.