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 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.
Option 1: Link to Google Sheets and use email filters
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
- Add an email address question to your form (short answer, with email validation turned on)
- Link your form to a Google Sheet (Responses tab > Sheets icon)
- Open the linked sheet and go to Extensions > Apps Script
- 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 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 →
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.
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
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.