Configure notification settings for both yourself and for your form recipients.
Commonly, you’ll want to send an email to yourself when someone submits your form.
Here you can configure when the notification email goes out, a Daily summary or a new email for every submission. If you get a large volume of submissions the Daily email makes more sense. For lower volume, or urgent requests, then the Immediate option makes sense.
The only required field is the email (or list of emails) to send to. There are reasonable defaults for the other values.
The Message will include all the values submitted by the form. It will include links to any attached files, but will not include the files themselves. The message can be customized and include any of the values from the Submission. See th Formatting Help tab for the specifics to your form.
Contains link to the help page for complete information on formatting your Emails, and a link to Liquid Tag documentation.
See complete information form Markdown or Liquid Tags
Heading # H1
## H2
### H3
Bold **bold text**
Italic *italicized text*
Blockquote > blockquote
Code `code`
Link [title](https://www.example.com)
Image 
Horizontal Rule ---
Ordered List
1. First item
2. Second item
3. Third item
Unordered List
- First item
- Second item
- Third item
Assuming your form sent a field named email and name:
Email: {{submission.email}}<br/>
Name: {{submission.name}}<br/>