Get Google Forms Data in an Email

Google Forms can send email notifications as soon as people submit your online form but the actual form data isn’t included in the email message. You’ll have to open the associated Google Spreadsheet that is collecting the form responses to see the submitted data which is not always a very convenient option.

Here is script from Amit@labnol.org that you can use to achieve the same:

Here’s how you can add email notifications to any Google Form in few easy steps:

Please make note that you need to paste the Google Script inside the Script Editor of the Responses Google spreadsheet and not the Google Form.

If you need to disable notifications, open the script editor again and choose Resources -> Current Script Triggers and delete the Form trigger associated with the “On Form Submit” action.

One more thing. Google Forms do not allow file uploads but you can use Google Scripts to allow anyone to upload files via a form to your Google Drive.