Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neojato committed Nov 10, 2022
1 parent 08c2a4a commit 6b7fe50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Simple Apps Script that allows you to auto-close a Google Form without the need
All you have to do is:
1. add a script to your current form
2. copy/paste the code from my project
3. edit ```FORM_ID``` (line 22)
4. edit ```FORM_CLOSE_DATE``` (line 25)
3. edit ```FORM_ID``` ([line 22](https://github.com/neojato/gform-closer/blob/main/Code.gs#L22))
4. edit ```FORM_CLOSE_DATE``` ([line 25](https://github.com/neojato/gform-closer/blob/main/Code.gs#L25))
5. Save and run the "Initialize" function
1. This auto-creates a trigger to run the script for you on the date/time you entered

Expand Down

0 comments on commit 6b7fe50

Please sign in to comment.