File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 3
3
titled < a href ="<?= formUrl?> "> < b > < ?= title ?> </ b > </ a > has received
4
4
< ?= responses ?> responses so far.</ p >
5
5
6
- < p > < a href ="<?= sheet ?> "> Response sheet</ a > </ p >
7
6
< p > < a href ="<?= summary ?> "> Summary of form responses</ a > </ p >
8
7
9
8
< p > You are receiving this email because an editor of this form configured
19
18
< p style ="font-size:80% "> This automatic message was sent to you via the < i > Form
20
19
Notifications</ i > add-on for Google Forms.
21
20
< ?= notice ?> </ p >
22
- <!-- [END apps_script_forms_notifications_quickstart] -->
21
+ <!-- [END apps_script_forms_notifications_quickstart] -->
Original file line number Diff line number Diff line change @@ -256,8 +256,6 @@ function sendCreatorNotification() {
256
256
if ( MailApp . getRemainingDailyQuota ( ) > addresses . length ) {
257
257
var template =
258
258
HtmlService . createTemplateFromFile ( 'CreatorNotification' ) ;
259
- template . sheet =
260
- DriveApp . getFileById ( form . getDestinationId ( ) ) . getUrl ( ) ;
261
259
template . summary = form . getSummaryUrl ( ) ;
262
260
template . responses = form . getResponses ( ) . length ;
263
261
template . title = form . getTitle ( ) ;
You can’t perform that action at this time.
0 commit comments