Email Notifications
Set up email notifications to stay informed when forms are submitted and automatically respond to customers.
Types of Notifications
Section titled “Types of Notifications”NexusForm supports two types of email notifications:
| Type | Description |
|---|---|
| Admin Notifications | Emails sent to you when a form is submitted |
| Auto-Responders | Confirmation emails sent to the person who submitted |
Accessing Email Settings
Section titled “Accessing Email Settings”- Open your form in the builder
- Click the Email tab in the right sidebar
- Configure notification settings
Admin Notifications
Section titled “Admin Notifications”Enable Notifications
Section titled “Enable Notifications”- Go to Email tab
- Toggle on Send email when form is submitted
- Configure the settings below
Recipient Settings
Section titled “Recipient Settings”Default Recipient
Section titled “Default Recipient”By default, notifications go to your store’s email address.
Custom Recipients
Section titled “Custom Recipients”Add up to 5 email addresses to receive notifications:
- Click Add recipient
- Enter the email address
- Repeat for additional recipients
- All listed addresses receive every submission
Email Content
Section titled “Email Content”Subject Line
Section titled “Subject Line”Customize the email subject:
- Default: “New submission: [Form Name]”
- Use variables like
{{form_name}}for dynamic content
Body Template
Section titled “Body Template”Customize email content with HTML:
- Use the rich text editor
- Insert field values with variables
- Style with basic HTML
Available Variables
Section titled “Available Variables”Use these in your email template:
| Variable | Description |
|---|---|
{{form_name}} | Name of the form |
{{form_id}} | Form’s unique ID |
{{submission_id}} | Submission’s unique ID |
{{submitted_at}} | Timestamp of submission |
{{shop_domain}} | Your store’s domain |
{{field_name}} | Value of specific field |
Using Field Variables
Section titled “Using Field Variables”Reference any form field by its name:
Customer Name: {{full_name}}Email: {{email}}Message: {{message}}Example Admin Notification Template
Section titled “Example Admin Notification Template”<h2>New Form Submission</h2>
<p>You received a new submission from {{form_name}}.</p>
<h3>Submission Details:</h3><ul> <li><strong>Name:</strong> {{full_name}}</li> <li><strong>Email:</strong> {{email}}</li> <li><strong>Subject:</strong> {{subject}}</li></ul>
<h3>Message:</h3><p>{{message}}</p>
<hr><p><small>Submitted at {{submitted_at}}</small></p>Auto-Responder Emails (Pro Feature)
Section titled “Auto-Responder Emails (Pro Feature)”Send automatic confirmation emails to form submitters.
Enable Auto-Responder
Section titled “Enable Auto-Responder”- Go to Email tab
- Scroll to Auto-Responder section
- Toggle on Send confirmation email to submitter
Requirements
Section titled “Requirements”- Form must have an email field
- Submitter must provide valid email
- Pro plan required
Auto-Responder Settings
Section titled “Auto-Responder Settings”Subject Line
Section titled “Subject Line”Thank you for contacting us!From Name
Section titled “From Name”The sender name shown in recipient’s inbox:
Your Store NameReply-To Address
Section titled “Reply-To Address”Where replies go if customer responds:
support@yourstore.comDelay (0-60 seconds)
Section titled “Delay (0-60 seconds)”Add a brief delay before sending:
0- Send immediately30- Wait 30 seconds- Useful for preventing spam/duplicates
Auto-Responder Template
Section titled “Auto-Responder Template”Customize the confirmation email:
<h2>Thank You!</h2>
<p>Hi {{full_name}},</p>
<p>Thank you for reaching out! We've received your message and will get back to you within 24 hours.</p>
<h3>Your Submission:</h3><p><strong>Subject:</strong> {{subject}}</p><p><strong>Message:</strong> {{message}}</p>
<p>Best regards,<br>The Your Store Team</p>Testing Notifications
Section titled “Testing Notifications”Test Admin Notifications
Section titled “Test Admin Notifications”- Publish your form
- Add it to a test page
- Submit a test entry
- Check your inbox
Test Auto-Responder
Section titled “Test Auto-Responder”- Enable auto-responder
- Submit using your email
- Check your inbox for confirmation
Common Test Issues
Section titled “Common Test Issues”| Issue | Solution |
|---|---|
| No email received | Check spam folder |
| Wrong content | Verify template variables |
| Not sending | Confirm email settings are enabled |
Email Deliverability
Section titled “Email Deliverability”Best Practices
Section titled “Best Practices”- Use valid sender addresses - Helps avoid spam filters
- Keep content professional - Avoid spam trigger words
- Include unsubscribe option - For marketing emails
- Test before going live - Verify everything works
Spam Prevention
Section titled “Spam Prevention”Emails are sent through trusted infrastructure to maximize deliverability.
Troubleshooting
Section titled “Troubleshooting”Emails Not Arriving
Section titled “Emails Not Arriving”- Check spam/junk folder
- Verify recipient address is correct
- Confirm form is published
- Test with different email provider
Wrong Variable Values
Section titled “Wrong Variable Values”- Check variable spelling matches field name
- Ensure field exists in form
- Field must have a value to display
Auto-Responder Not Sending
Section titled “Auto-Responder Not Sending”- Verify Pro plan is active
- Confirm email field exists in form
- Check submitter provided valid email
- Look for errors in submission details
Email Limits
Section titled “Email Limits”| Plan | Monthly Emails |
|---|---|
| Free | 50 emails |
| Starter | 500 emails |
| Pro | Unlimited |
Admin notifications and auto-responders both count toward limits.