Simple Apps Script that allows you to auto-close a Google Form without the need for a 3rd party add-on.
All you have to do is:
- add a script to your current form
- copy/paste the code from my project
- edit
FORM_ID
(line 22) - edit
FORM_CLOSE_DATE
(line 25) - Save and run the "Initialize" function
- This auto-creates a trigger to run the script for you on the date/time you entered
Why would you use this script and not an add-on?
- you can see what it actually does
- it isn't written by an unknown 3rd party :)