This article shows:
1) How to create Google Form using AppScript’s “FormApp” class
2) Send Form URL to any email address using MailApp or GmailApp class
3) How to use Triggers in AppScript
4) How to send Form submit Responses to any email address
5) How to save Form submit Responses to any particular Google Spreadsheet
Create Google Form and email the Form URL
We create a Form with a text field, a date field and a text area.
[crayon-5a2d90fc48e7b156363560/]
Create Google Form as WebApp
About publishing your script as web app is given here: https://developers.google.com/apps-script/guides/web
To publish a script ...
↧