2014-01-23

I maintain the India blogs directory and it accepts entries through a simple Google Form. The workflow is something like this – when someone submits the Google Form, an automatic confirmation email arrives in their inbox informing them that their details have been successfully submitted.

These are similar to canned responses in Gmail but for Google Forms. You may use the trick for sending welcome messages, acknowledge support requests, and more. Here’s a sample confirmation email generated and sent through Google Forms:



A sample auto confirmation email sent through Google Forms

Send a Confirmation Email to the Form Submitter

The other day I got an email from N.Vamsi asking me how to setup these auto-responders using Google Forms?

Would you mind telling me how you have set up auto email updater for inputs taken from Google forms. I have seen your video tutorial on setting up Google forms and getting input values to an email address but auto email responder is something new! Do you have any tutorials for that as well?

This is easy and you can can add the auto-reply feature to your Google Forms in less than a minute. Here are the steps involved:

Go to your Google Drive and create a new Google Form. Add any number of fields to the form but make sure you have a field called “Email Address” where the submitter will input their email address.

Assuming that you are saving your Google Form responses in a separate spreadsheet, open that sheet and choose the Script Editor option under the Tools menu.

Copy-paste the following script into the script editor and hit the floppy icon to save the script.

Inside the Script Editor, choose Run – Initialize and authorize the script to send emails on your behalf.

That’s it. When anyone submits the form, they’ll get an automatic confirmation email in HTML. You will be included in the CC.

Google Script – Send Mail to Form Submitter

This story, How to Send Confirmation Emails with Google Forms, was originally published at Digital Inspiration on 22/01/2014 under Google Forms, Internet

Show more