Send form by email and track responses in spreadsheet
I'm using a Google Apps Script to send an email out - I know how to do that. I want to embed a "Yes or No" response link or multiple choice question, and have the recipients' responses recorded in a Google spreadsheet. How do I do that? The components involved in this workflow are: A script to generate and send an email with an HTML form. An HTML template for that email, which allows us to customize the email for each recipient. A doPost() function to handle responses. The script must be deployed as a Web App . A spreadsheet to collect responses. The script will be contained in the spreadsheet