File tree 5 files changed +12
-2
lines changed
5 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ <!-- [START forms_notifications_quickstart] -->
1
2
<!DOCTYPE html>
2
3
< html >
3
4
< head >
22
23
</ div >
23
24
</ body >
24
25
</ html >
26
+ <!-- [END forms_notifications_quickstart] -->
Original file line number Diff line number Diff line change
1
+ <!-- [START forms_notifications_quickstart] -->
1
2
< p > The Google Forms add-on < i > Form Notifications</ i > is set to run automatically
2
3
whenever a form is submitted. The add-on was recently updated and it needs you
3
4
to re-authorize it to run on your behalf.</ p >
17
18
< p style ="font-size:80% "> This automatic message was sent to you via the < i > Form
18
19
Notifications</ i > add-on for Google Forms.
19
20
< ?= notice ?> </ p >
21
+ <!-- [END forms_notifications_quickstart] -->
Original file line number Diff line number Diff line change
1
+ <!-- [START forms_notifications_quickstart] -->
1
2
< p > < i > Form Notifications</ i > (a Google Forms add-on) has detected that the form
2
3
titled < a href ="<?= formUrl?> "> < b > < ?= title ?> </ b > </ a > has received
3
4
< ?= responses ?> responses so far.</ p >
18
19
< p style ="font-size:80% "> This automatic message was sent to you via the < i > Form
19
20
Notifications</ i > add-on for Google Forms.
20
21
< ?= notice ?> </ p >
22
+ <!-- [END forms_notifications_quickstart] -->
Original file line number Diff line number Diff line change
1
+ <!-- [START forms_notifications_quickstart] -->
1
2
< ? for (var i = 0; i < paragraphs .length; i++) { ? >
2
3
< p > < ?= paragraphs[i] ?> </ p >
3
4
< ? } ?>
7
8
< p style ="font-size:80% "> This automatic message was sent to you via the < i > Form
8
9
Notifications</ i > add-on for Google Forms.
9
10
< ?= notice ?> </ p >
11
+ <!-- [END forms_notifications_quickstart] -->
Original file line number Diff line number Diff line change
1
+ <!-- [START forms_notifications_quickstart] -->
1
2
<!DOCTYPE html>
2
3
< html >
3
4
< head >
20
21
.width-100 {
21
22
width : 100% ;
22
23
box-sizing : border-box;
23
- -webkit-box-sizing : border-box;
24
- - moz- box- sizing : bor der- box;
24
+ -webkit-box-sizing : border-box;
25
+ -moz-box-sizing : border-box;
25
26
}
26
27
label {
27
28
font-weight : bold;
256
257
</ script >
257
258
</ body >
258
259
</ html >
260
+ <!-- [END forms_notifications_quickstart] -->
You can’t perform that action at this time.
0 commit comments