Skip to content

Commit 9c9d987

Browse files
author
Jamie Wilson
committed
adding link to form script comments
1 parent 8bc34a9 commit 9c9d987

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function doPost (e) {
6666
}
6767
```
6868

69-
> If you want to better understand what this script is doing, checkout the `form-script-commented.js` file in the repo for a detailed explanation.
69+
> If you want to better understand what this script is doing, checkout the [`form-script-commented.js`](https://github.com/jamiewilson/form-to-google-sheets/blob/master/form-script-commented.js) file in the repo for a detailed explanation.
7070
7171
## 3. Run the setup function
7272

form-script-commented.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ https://developers.google.com/apps-script/reference/properties/properties-servic
88
var scriptProp = PropertiesService.getScriptProperties()
99

1010
/*
11-
This is the initial setup function. It gets the SpreadsheetApp ID and adds it to our PropertiesService.
12-
11+
This is the initial setup function. It gets the active SpreadsheetApp ID and adds it to our PropertiesService.
12+
https://developers.google.com/apps-script/reference/spreadsheet/spreadsheet-app#getactivespreadsheet
1313
*/
1414
function setup () {
1515
var doc = SpreadsheetApp.getActiveSpreadsheet()

0 commit comments

Comments
 (0)