Accessing user entered data upon submit in google forms
问题 I have a google-form that has the following two fields: Email address: - A text box Tool: - A radio button Tool 1 Tool 2 Tool 3 The user would enter his email address and select a tool and click submit. I would like the following message to appear: Thanks for responding. An email has been sent to you to at entered email address to download selected tool . I have the following piece of code in the script editor function emailFormSubmission() { var form = FormApp.getActiveForm();//the current