I have written a simple Apps Script, which does the following:
- Creates a Google Form, and populates it's fields accordingly with validation.
- Creates a Folder and uploads it onto Google Drive.
- Creates a Spreadsheet File and uploads it into the Folder created above.
What I want to do now is handle Google Form submission using the script to send email responses. How would I go about handling Google Form submissions without having to manually attach another script every time I create a form using the above mentioned script.