Using Email Notification Settings in Divi Form Builder
The Email Notification settings in the Form module let you send notifications to the website admin or other recipients when a form is submitted. This guide applies to the Visual Builder.
warning
Divi Form Builder does not include a built-in SMTP feature. To ensure that emails are delivered, install and configure an SMTP plugin such as WP Mail SMTP.
Where to find it
In the Visual Builder, select the Form module and open the Content tab. Look for the Email or Form Settings section to configure email notifications.
Prerequisites
- The form includes all fields referenced in your template (for example
%%email%%,%%message%%). - Your site can send email reliably (SMTP plugin configured and tested).
- Recipient addresses are valid and monitored.
Email notification options
- Send to Email Address: Admin Email, Author of Current Post, ACF Field, or Custom.
- From Name: Site Title, Sender (from a form field), or Custom Name.
- From Email: Default, Sender (from a form field), or Custom.
- Reply-to: Use form field IDs for reply-to name and email.
- CC / BCC: Add additional recipient addresses.
- Email Subject: Subject line for the notification.
- Is Full HTML: Enable if the email body is full HTML.
- Email Template: Custom message body. Use
%%field_id%%to insert field values (e.g.%%message%%,%%phone%%).
Verify it works
- Save settings and submit a front-end test entry.
- Confirm notification email arrives at the expected recipient.
- Confirm placeholders are replaced with submitted values.
- Check spam/junk folders if no inbox delivery is seen.
Common issues
- Emails fail when SMTP is not configured or blocked by hosting.
- Placeholders stay as raw text when Field IDs do not match exactly.
- Reply-to does not work if mapped fields are empty or invalid.
What's Next
- Configure Redirects for post-submit flow.
- Learn Creating an Email Template for branded HTML emails.
- Return to Form settings for the full settings overview.