When someone submits a response to a Google Form, you get an email telling you that someone submitted a response but not what they actually submitted
That suuuucks.
So this project is meant to send you the actual response the person entered, and if you capture their email, the Reply feature in your email client will go back to the respondent.
- Insert this code into the Script editor of the Google Form.
- Copy the template into an HTML file in the script editor
- Install a
From form - On form submit
trigger to callsendFormResponseByEmail()
when someone submits the form.