If you have ever used a Google form for collecting information (maybe RSVPs to a party), you may have wished there was something RSS-like that would automatically alert you to the fact that you had a new submission. Good news! You can configure the spreadsheet associated with the Google form to do just that. This requires no coding experience, because Amit Agarwal has already written the code bits.
First, create your form
Log in to your Google account and click “Drive” in the top menu bar.
Then click “Create” and select “Form”. If you’ve not created a form before, here is a tutorial.
Now edit the spreadsheet
Once you have created and saved your new form, return to your Google Docs dashboard and open the spreadsheet that is associated with the form.
Spreadsheets are associated with a green icon.
We are going to create a new script “project”.
(Who names these things?)
1. Go to Tools –> Click Script Editor and Select “Blank Project.”
2. Highlight and delete any pre-populated code. Give the script a name (maybe “forward email”).

3. Remove any existing code in the code editor window (highlight/delete) and copy-paste the code that Amit has developed.
You will need to change the email address to your own:
var email = "XYZ";
You can easily change the subject line of the email. This is the default:
var subject = "Google Docs Form Submitted";
4. Save the project.
5. Set up a trigger for your form.
- From the Resources menu, choose Current Script’s Triggers
- Set up a new trigger.
- Select “On Form Submit”
- Save the trigger.
6. Authorize the form.
- Click “Run”
- Google Docs will ask for access your Gmail account.
- Say yes
But what if I want to alert more than one person that there has been an addition to the form spreadsheet?
First, you will need to add each of those emails in the Forwarding and POP/IMAP tab of gmail settings. If you are not the owner of these email accounts, you’ll need to alert the owner that a request is coming that will need activation.
Then you will need to create a separate filter for each of those emails.
1. Add emails; start with the “Settings” link off the “gears” icon.
2. Navigate to the Forwarding and POP/IMAP tab.



5. For each person who is going to receive a copy of the form submissions, create a filter to forward.
You (probably) don’t want to forward all email from this account. So create a filter — perhaps based on the subject line you chose for this form. Then pick an email to forward. You will need to create a filter for each person who is to receive this information.
According to Google, you can create 20 filters that forward to other addresses.
The link to create a new filter is at the bottom of the Filter tab page.


Remember: one filter per forwarded email.
If you ever want to edit or delete one of these filters, go back to the Filter tab page and select “edit” or “delete”.
That’s it.
We have successfully created a form that gathers data and alerted one or more people whenever the form has new information.
2 replies on “How-to: Forward Google Form Submissions To e-mail”
I have this same need and receive the same reply. Is there another way to forward an email?
When I go tools / script editor, i get
Sorry, unable to open the file at this time.
Please check the address and try again.
tried numerous times, but same response, seems not a Google issue, but I am doing something wrong
can you help me figure out what pls