File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -243,6 +243,8 @@ function sendCreatorNotification() {
243
243
if ( MailApp . getRemainingDailyQuota ( ) > addresses . length ) {
244
244
var template =
245
245
HtmlService . createTemplateFromFile ( 'CreatorNotification' ) ;
246
+ template . sheet =
247
+ DriveApp . getFileById ( form . getDestinationId ( ) ) . getUrl ( ) ;
246
248
template . summary = form . getSummaryUrl ( ) ;
247
249
template . responses = form . getResponses ( ) . length ;
248
250
template . title = form . getTitle ( ) ;
Original file line number Diff line number Diff line change 2
2
titled < a href ="<?= formUrl?> "> < b > < ?= title ?> </ b > </ a > has received
3
3
< ?= responses ?> responses so far.</ p >
4
4
5
+ < p > < a href ="<?= sheet ?> "> Response sheet</ a > </ p >
5
6
< p > < a href ="<?= summary ?> "> Summary of form responses</ a > </ p >
6
7
7
8
< p > You are receiving this email because an editor of this form configured
You can’t perform that action at this time.
0 commit comments