Guides · 12 min read

Google Forms Email Notification: How to Get Notified on Every Submission

Set up Google Forms email notifications in minutes. Learn how to alert multiple people, send confirmation emails to respondents, and fix notifications not working.

Mathias Gilson

Written by

Mathias Gilson

CEO, Qualtir

Google Forms Email Notification: How to Get Notified on Every Submission

On this page

You published a Google Form for event registration, a customer survey, or a job application, and now you have no idea when someone submits it. You are refreshing the Responses tab manually, hoping for entries. That is exactly the problem a Google Forms email notification solves.

Google Forms can send you an email the moment a new response comes in. The setup takes about 30 seconds. But there are a few things it cannot do on its own, like notifying multiple teammates at once or sending a personalized confirmation email back to the respondent. This guide covers the native method, the workarounds, and when to reach for a third-party add-on.

How to Enable Google Forms Email Notifications

The built-in response notification lives inside the form editor. Here is the step-by-step process.

Step 1: Open your Google Form

Go to forms.google.com and open the form you want to configure. You must be the form owner or have editor access to change notification settings.

Step 2: Navigate to the Responses tab

Click the Responses tab at the top of the form editor (between “Questions” and “Settings”). This tab shows you how many responses you have collected and gives you access to all response-related controls.

Step 3: Enable email notifications

Click the three-dot menu (the icon with three vertical dots) in the upper-right area of the Responses panel. From the dropdown, select Get email notifications for new responses.

That is it. You will now receive a google forms email notification at the Gmail address associated with your Google account every time someone submits the form.

What the notification email includes
  • Form title and a link to view responses
  • Timestamp of the submission
  • A summary of the respondent's answers
  • A direct link to the Responses sheet in Google Sheets (if linked)

What the notification does not include

The built-in notification only goes to the owner’s email address. If you are a collaborator (editor) on the form but not the owner, you need to ask the owner to turn on notifications or set up a linked Google Sheet with a trigger.

How to Send Google Forms Notifications to Multiple People

The native Google Forms notification only alerts one person: the form owner. If you need a google form email notification to reach multiple teammates, department leads, or a shared inbox, you have two options.

Connect your form to a Google Spreadsheet by clicking the green Sheets icon in the Responses tab. Once linked, you can share the sheet with anyone on your team. Team members can set their own Google Sheets notification rules by going to Tools > Notification rules in the sheet. This lets each person configure their own alert frequency, like immediate emails or daily digests.

Option 2: Use an add-on for direct multi-recipient notifications

Add-ons from the Google Workspace Marketplace offer a more direct approach. Tools like Form Timer include notification routing that lets you specify multiple email addresses to alert on each submission. This is useful for:

  • Sales lead forms: Alert the sales team and a CRM inbox at the same time
  • Support requests: Notify both the first responder and the team manager
  • Event sign-ups: CC a venue coordinator and an internal organizer
  • HR applications: Route to the hiring manager and HR coordinator together

Option 3: Create a script trigger in Apps Script

For teams comfortable with lightweight scripting, Google Apps Script lets you write a custom onFormSubmit trigger that sends emails to an array of recipients. The function runs server-side, so respondents do not need to install anything. The downside is that maintaining scripts requires technical ownership, and Google’s free quota limits script runtime.

How to Send a Confirmation Email to Respondents

The built-in google forms send email on submit feature only notifies the form owner, not the person who filled out the form. If you want to send an automatic acknowledgment to respondents, you need a workaround.

Built-in method: Collect email and use Google Sheets

  1. Add an email address question to your form (short answer, with email validation turned on)
  2. Link your form to a Google Sheet (Responses tab > Sheets icon)
  3. Open the linked sheet and go to Extensions > Apps Script
  4. Write a script that reads the email column on submit and sends a reply

This works but requires scripting knowledge and maintenance.

Easier method: Use a notification add-on

Add-ons that support respondent confirmation emails handle this without code. You configure a template once (subject line, body, which fields to pull from the response), and the add-on fires the confirmation automatically on every submission.

A google forms confirmation email sent to respondents typically includes:

  • A thank-you message with your branding
  • A summary of what they submitted
  • Any next steps (delivery timeline, interview date, event details)
  • A contact email if they have questions
Form Timer logo Try Form Timer

Form Timer extends Google Forms with countdown timers, auto-submit, response limits, and advanced notification routing. Set up timed assessments, cap registrations, and alert multiple teammates when submissions arrive.

Get Started →
Form Timer screenshot

Advanced Notification Options with Form Timer

Form Timer is a Google Forms add-on built for educators and teams who run timed assessments, high-volume registration forms, or intake forms that need reliable alerting. Beyond countdown timers and auto-submit, it gives you finer control over when and how you get notified.

Key notification features in Form Timer:

  • Multiple recipients: Add a list of email addresses that receive an alert on every submission
  • Conditional alerts: Get notified only when specific answers match criteria (for example, when a form field scores below a threshold or selects a specific option)
  • Digest mode: Group submissions into a single summary email rather than one email per response (useful for high-volume forms)
  • Respondent confirmation: Send a branded thank-you email back to the person who submitted the form, pulling their name and other fields into the message automatically

If you are already using Form Timer for its countdown timer and auto-submit features, the notification controls are available in the same add-on panel. No additional installs needed.

Why Google Forms Email Notifications Stop Working

If you turned on notifications but are not receiving them, here are the most common reasons and how to fix each one.

The notification is going to spam

Google’s spam filters sometimes flag automated form notification emails, especially if you have strict spam rules or a corporate email policy. Check your Spam and Promotions folders in Gmail. If you find the notification there, mark it as “Not spam” and add the sender (forms-receipts-noreply@google.com) to your contacts.

You are not the form owner

Only the form owner can turn on or off the built-in email notification. If you are an editor, your account does not control this setting. Ask the owner to enable it or to transfer ownership to you.

The form is closed

If you set a response limit or a close date using Google’s native control (or via Form Timer), the form stops accepting new submissions. No new submissions means no new notification emails. Check the Responses tab and confirm the form is still accepting responses.

Google account notifications are disabled

Some Google Workspace accounts have organizational policies that block certain automated emails. If you are on a managed work account and notifications have never arrived, ask your Google Workspace admin whether outbound notification emails are filtered.

The linked Google Sheet trigger is broken

If you set up a custom Apps Script trigger instead of using the native notification toggle, the script may have lost permission or exceeded the free execution quota. Open the script editor (Extensions > Apps Script in the linked sheet), run a test submission manually, and check the execution log for errors.

Quick troubleshooting checklist
  1. Confirm "Get email notifications for new responses" is checked in the Responses tab three-dot menu
  2. Check Gmail spam and Promotions folders for the notification email
  3. Verify you are logged into the same Google account that owns the form
  4. Submit a test response yourself to see if the alert arrives
  5. If using a script: check the Apps Script execution log for errors or permission issues

When to Use Google Sheets Instead of Email Notifications

For very high-volume forms, individual email notifications become noise. If your form receives more than 50 responses a day, consider switching to a different monitoring approach:

  • Link to Google Sheets and review responses on a schedule rather than reacting to each individual email
  • Set up a Sheets filter view to sort by timestamp and see only new entries since your last review
  • Use a digest notification (available in some add-ons) that groups all submissions from the past hour or day into a single summary email

For lower-volume forms like HR intake forms, lead gen forms, or event registration forms where each response deserves attention, individual email notifications are the right default. See our guide on Google Forms response limits if you also want to automatically close the form once a cap is reached.

For forms that also need a countdown timer or timed auto-submit, you can combine these controls. Our guide on how to add a timer to Google Forms covers the setup.

Frequently Asked Questions

How do I get a Google Forms email notification when someone submits my form?
Open your form in the editor and click the Responses tab. Click the three-dot menu in the top-right of the responses panel and select Get email notifications for new responses. You will receive an email at your Google account address after each submission.
Can I send Google Forms notifications to multiple email addresses?
Not with the native setting, which only notifies the form owner. To alert multiple people, link the form to Google Sheets and have each team member set up their own sheet notification rule under Tools > Notification rules. Alternatively, use an add-on like Form Timer that lets you specify a list of recipient email addresses directly.
Can Google Forms send a confirmation email to the person who submitted the form?
Not natively. Google Forms does not include a built-in confirmation email for respondents. You can set one up using Google Apps Script with a form-submit trigger, or use a Google Workspace Marketplace add-on that includes respondent confirmation as a feature.
Why are my Google Forms email notifications not working?
The most common causes are: the notification toggle was not turned on, the email went to spam, or you are not the form owner (only owners control this setting). Check your Gmail spam folder first, then verify the toggle is enabled in the Responses tab three-dot menu, and confirm you are the form owner rather than just an editor.
Will I get a notification if a form is not accepting responses?
No. If your form is closed (either manually or because a response limit was reached), no new submissions can come in, so no notifications are sent. Re-open the form from the Responses tab or adjust the response limit settings to start accepting entries again.

Conclusion

Setting up a Google Forms email notification takes less than a minute with the native toggle in the Responses tab. For most use cases, that single notification to the form owner is enough. When you need to loop in multiple teammates, you have two solid options: link the form to Google Sheets and have each person set their own notification rules, or use an add-on that routes alerts to a defined list of recipients.

If your forms also need countdown timers, auto-submit controls, or per-option response caps, Form Timer bundles all of those features together. You configure everything in one add-on panel without juggling multiple tools.

For related setup guides, see how to add a timer to Google Forms and how to set a response limit in Google Forms.

Related Articles