logo website
  • Home
  • Features
  • Templates
  • Pricing
  • Docs
  • Install App
Menu
  • Home
  • Features
  • Templates
  • Pricing
  • Docs
  • Install App

Getting Started

1
  • Introduction

Quick Start

1
  • Create a new form

App Integration

2
  • Google reCAPTCHA Integration
  • hCaptcha integration

Display & Placement

5
  • Theme integration
  • Get embed form ID of a form
  • Display a form on Shopify front store
  • Display a form on a specific page
  • Add a form with app block

Mail Notification

4
  • Admin email notification
  • Customer email notification
  • SMTP Setup
  • Mail API setup

Data, Insights & Management

5
  • Check submissions data
  • View Insight of the Form
  • Export submissions data
  • Export and import forms
  • Disable saving submission data for forms
View Categories

Check submissions data

4 min read

How to Configure Admin Email Notification in GoForm7 #

Admin Email Notification is the email sent to store administrators whenever a customer submits a form. It helps your team receive submitted information quickly without opening the Submissions page every time.

Before You Start #

Before configuring admin email notification, make sure the following requirements are met:

  • 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.
1. Open GoForm7

Go to the GoForm7 app in Shopify Admin and open the form you want to configure.

2. Select Email

In the left sidebar of the Form Builder, select the Email tab.

Inside the Email panel, you will see these sections:

  • Admin notification email
  • Auto-response email to customer
  • SMTP

To configure the email sent to store administrators, open Admin notification email.

[IMAGE PLACEHOLDER 2]
Insert screenshot of the Form Builder left sidebar with the Email tab selected.

Step 2: Enable Admin Notification Email #

In the Admin notification email section, enable Send notification email to admin.

Once enabled, GoForm7 will send an email notification to the admin whenever a customer submits the form.

The following fields are required when admin notification is enabled:

  • To
  • Subject
  • Email body
[IMAGE PLACEHOLDER 3]
Insert screenshot of the Admin notification email section with Send notification email to admin enabled.

Step 3: Configure the To Field #

The To field defines who receives the admin notification email. You can enter a specific email address:

admin@example.com

Or use the shop email variable:

{{shop_email}}

By default, GoForm7 uses {{shop_email}}. This variable is replaced with the store email from Shopify.

You can also enter multiple recipients separated by commas:

admin@example.com, support@example.com

When the email is sent, the first email address is used as the main recipient. The remaining addresses are added as CC recipients.

Note: If you use {{shop_email}} but your Shopify store does not have an email address, the notification may not be sent. In that case, enter a specific email address instead.

Step 4: Configure BCC #

The BCC field is used for hidden copy recipients. Example:

manager@example.com, team@example.com

BCC recipients will receive the notification email, but their addresses will not be visible to other recipients. This field is optional.

Step 5: Configure the Subject #

The Subject field is the title of the email sent to the admin.

New form submission from {{form_title}}

You can also use:

New message from {{shop_name}}

Admin notification supports dynamic variables in the subject, such as {{shop_name}} and {{form_title}}.

Step 6: Configure the Email Body #

The Email body field is the content of the admin notification email. It uses a rich text editor, so you can add text, line breaks, formatting, and dynamic variables.

Default content:

<p>Hello Admin,</p>
<p>A new form has been submitted.</p>

Suggested email body:

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"}}

Common variables for the email body:

  • {{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

GoForm7 also generates variables for individual form fields, such as:

{{email-1}}
{{name-1}}
{{phone-1}}
{{textarea-1}}

You can click a variable shown in the Email panel to copy it, then paste it into the Subject or Email body.

[IMAGE PLACEHOLDER 4]
Insert screenshot of the Email body editor and variable list.

Step 7: Select an SMTP Provider #

In the same Email panel, open the SMTP section. You can choose the email provider used to send notifications:

  • Viformy: Default provider
  • Custom SMTP provider, such as Gmail SMTP, Brevo, Mailjet, SendGrid, Amazon SES, Yahoo SMTP, or another SMTP service

Note: Third-party email providers often require sender verification. For example, SendGrid may require Sender Identity verification, and Amazon SES may require email or domain verification.

[IMAGE PLACEHOLDER 5]
Insert screenshot of the SMTP section or provider selector.

Step 8: Test the Email #

The Email panel includes a test function for SMTP/email settings. When testing, GoForm7 checks the selected provider and sends a test email to the address in the To field if Admin notification email is enabled.

The test result is recorded in Email Reports with a status such as Success, Failed, or Timeout.

If the test fails, check the following:

  • 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.

Step 9: Save the Form #

Email settings are saved automatically after you stop editing for about 1.5 seconds.

However, when saving the form, if Admin notification is enabled and required fields are missing, GoForm7 will show a warning. Make sure these fields are completed:

  • 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.

If the email cannot be sent, the submission may still be saved. Email Reports will show the status as Failed or Skipped, depending on the issue.

Quick Setup Example #

To:

{{shop_email}}

BCC:

support@example.com

Subject:

New submission from {{form_title}}

Email body:

Hello Admin,

A customer has submitted the form: {{form_title}}.

{{all_field_values}}

Shop: {{shop_name}}
Website: {{go_to_website_label="Go to website"}}
Updated on May 26, 2026

What are your Feelings

  • Happy
  • Normal
  • Sad

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
Disable saving submission data for formsView Insight of the Form
ON THIS PAGE
  • How to Configure Admin Email Notification in GoForm7
  • Before You Start
  • Step 2: Enable Admin Notification Email
  • Step 3: Configure the To Field
  • Step 4: Configure BCC
  • Step 5: Configure the Subject
  • Step 6: Configure the Email Body
  • Step 7: Select an SMTP Provider
  • Step 8: Test the Email
  • Step 9: Save the Form
  • What Happens After Configuration
  • Quick Setup Example

The most powerful and flexible form building solution for Shopify merchants.

Product

  • Features
  • Integrations
  • Pricing

Support

  • Documentation
  • Help Center
  • API Reference

Legal

  • Privacy Policy
  • Terms of Service