How to Configure Admin Email Notification in GoForm7 #
Before You Start #
-
Save submission data is enabled: Open the form Settings tab and make sure Save submission data is turned on. If this option is disabled, GoForm7 will not save submissions, send emails, or sync data to third-party integrations.
-
Your form has valid submission data for testing: Having at least one valid submission helps the system generate sample values when testing email variables.
-
An email provider is available: By default, GoForm7 uses the Viformy email provider. If you want to send emails through your own SMTP service, configure it in the SMTP section of the Email panel.
[IMAGE PLACEHOLDER 1]
Insert screenshot showing the Settings tab with Save submission data enabled.
Insert screenshot showing the Settings tab with Save submission data enabled.
1. Open GoForm7
2. Select Email
-
Admin notification email
-
Auto-response email to customer
-
SMTP
[IMAGE PLACEHOLDER 2]
Insert screenshot of the Form Builder left sidebar with the Email tab selected.
Insert screenshot of the Form Builder left sidebar with the Email tab selected.
Step 2: Enable Admin Notification Email #
-
To
-
Subject
-
Email body
[IMAGE PLACEHOLDER 3]
Insert screenshot of the Admin notification email section with Send notification email to admin enabled.
Insert screenshot of the Admin notification email section with Send notification email to admin enabled.
Step 3: Configure the To Field #
admin@example.com
{{shop_email}}
admin@example.com, support@example.com
Step 4: Configure BCC #
manager@example.com, team@example.com
Step 5: Configure the Subject #
New form submission from {{form_title}}
New message from {{shop_name}}
Step 6: Configure the Email Body #
<p>Hello Admin,</p>
<p>A new form has been submitted.</p>
Hello Admin,
You have received a new submission from {{form_title}}.
Submission details:
{{all_field_values}}
Store: {{shop_name}}
Website: {{go_to_website_label="Go to website"}}
-
{{shop_name}}: Store name -
{{shop_url}}: Store URL -
{{shop_email}}: Store email -
{{form_title}}: Form title -
{{all_field_values}}: All submitted field values, displayed as a table -
{{go_to_website_label="Go to website"}}: Creates a link to the store website
{{email-1}}
{{name-1}}
{{phone-1}}
{{textarea-1}}
[IMAGE PLACEHOLDER 4]
Insert screenshot of the Email body editor and variable list.
Insert screenshot of the Email body editor and variable list.
Step 7: Select an SMTP Provider #
-
Viformy: Default provider
-
Custom SMTP provider, such as Gmail SMTP, Brevo, Mailjet, SendGrid, Amazon SES, Yahoo SMTP, or another SMTP service
[IMAGE PLACEHOLDER 5]
Insert screenshot of the SMTP section or provider selector.
Insert screenshot of the SMTP section or provider selector.
Step 8: Test the Email #
-
The To field contains a valid email address.
-
{{shop_email}}returns a real email address. -
The SMTP provider is configured correctly.
-
The sender email has been verified by the provider.
-
The Subject and Email body fields are not empty.
[IMAGE PLACEHOLDER 6]
Insert screenshot of the test email button, test result, or Email Reports status.
Insert screenshot of the test email button, test result, or Email Reports status.
Step 9: Save the Form #
-
To
-
Subject
-
Email body
What Happens After Configuration #
-
The submission is saved.
-
GoForm7 checks the hourly email sending limit.
-
The system loads the email settings of the form.
-
If Admin notification is enabled, variables in To, BCC, Subject, and Email body are replaced with real values.
-
The email is sent to the admin.
-
The sending result is saved in Email Reports.
Quick Setup Example #
{{shop_email}}
support@example.com
New submission from {{form_title}}
Hello Admin,
A customer has submitted the form: {{form_title}}.
{{all_field_values}}
Shop: {{shop_name}}
Website: {{go_to_website_label="Go to website"}}