@@ -6,7 +6,7 @@ <h1 class="has-text-centered">Feedback</h1>
66 < div class ="content container ">
77 < p class ="has-text-centered "> Please fill your valuable feedback for this event. Your feedback helps us improve future events.</ p >
88 </ div >
9- < form action ="https://docs.google.com/forms/d/e/1FAIpQLSdgn3AOlyhJCcA8DWkx7FDOL8C4n7wawRT5_gG9ZaVvXbNK0A/formResponse "
9+ < form action ="{{ page.form.formurl }} "
1010 target ="_self "
1111 id ="bootstrapForm "
1212 method ="POST ">
@@ -21,103 +21,103 @@ <h2>Localhost Hack the Technical Interview Feedback<br><small></small></h2>
2121 </ div >
2222
2323
24- <!-- Field type: "short" id: "1508204068 " -->
24+ <!-- Field type: "short" id: "{{ page.form.name-label }} " -->
2525 < div class ="field ">
26- < legend class ="label " for ="1508204068 "> Name</ legend >
26+ < legend class ="label " for ="{{ page.form.name-label }} "> Name</ legend >
2727 < div class ="control ">
28- < input id ="1223500353 " type ="text " name ="entry.1223500353 " class ="input " required >
28+ < input id ="{{ page.form.name }} " type ="text " name ="entry.{{ page.form.name }} " class ="input " required >
2929 </ div >
3030 </ div >
3131
3232
33- <!-- Field type: "short" id: "1186849288 " -->
33+ <!-- Field type: "short" id: "{{ page.form.number-label }} " -->
3434 < div class ="field ">
35- < legend class ="label " for ="1186849288 "> Phone Number</ legend >
35+ < legend class ="label " for ="{{ page.form.number-label }} "> Phone Number</ legend >
3636 < div class ="control ">
37- < input id ="1119659540 " type ="text " name ="entry.1119659540 " class ="input " required >
37+ < input id ="{{ page.form.number }} " type ="text " name ="entry.{{ page.form.number }} " class ="input " required >
3838 </ div >
3939 </ div >
4040
4141
42- <!-- Field type: "linear" id: "2137196546 " -->
42+ <!-- Field type: "linear" id: "{{ page.form.satisfaction-label }} " -->
4343 < div class ="field ">
44- < legend class ="label " for ="2137196546 "> How satisfied were you with this Localhost workshop?</ legend >
44+ < legend class ="label " for ="{{ page.form.satisfaction-label }} "> How satisfied were you with this Localhost workshop?</ legend >
4545 < div class ="control ">
4646 < div >
4747 < label class ="radio ">
48- < input type ="radio " name ="entry.1747016377 " value ="1 " required >
48+ < input type ="radio " name ="entry.{{ page.form.satisfaction }} " value ="1 " required >
4949 1
5050 </ label >
5151 < label class ="radio ">
52- < input type ="radio " name ="entry.1747016377 " value ="2 " required >
52+ < input type ="radio " name ="entry.{{ page.form.satisfaction }} " value ="2 " required >
5353 2
5454 </ label >
5555 < label class ="radio ">
56- < input type ="radio " name ="entry.1747016377 " value ="3 " required >
56+ < input type ="radio " name ="entry.{{ page.form.satisfaction }} " value ="3 " required >
5757 3
5858 </ label >
5959 < label class ="radio ">
60- < input type ="radio " name ="entry.1747016377 " value ="4 " required >
60+ < input type ="radio " name ="entry.{{ page.form.satisfaction }} " value ="4 " required >
6161 4
6262 </ label >
6363 < label class ="radio ">
64- < input type ="radio " name ="entry.1747016377 " value ="5 " required >
64+ < input type ="radio " name ="entry.{{ page.form.satisfaction }} " value ="5 " required >
6565 5
6666 </ label >
6767 </ div >
6868 </ div >
6969 </ div >
7070
7171
72- <!-- Field type: "linear" id: "2064489387 " -->
72+ <!-- Field type: "linear" id: "{{ page.form.relevant-label }} " -->
7373 < div class ="field ">
74- < legend class ="label " for ="2064489387 "> How relevant and helpful do you think it was for you?</ legend >
74+ < legend class ="label " for ="{{ page.form.relevant-label }} "> How relevant and helpful do you think it was for you?</ legend >
7575 < div class ="control ">
7676 < div >
7777 < label class ="radio ">
78- < input type ="radio " name ="entry.305553560 " value ="1 " required >
78+ < input type ="radio " name ="entry.{{ page.form.relevant }} " value ="1 " required >
7979 1
8080 </ label >
8181 < label class ="radio ">
82- < input type ="radio " name ="entry.305553560 " value ="2 " required >
82+ < input type ="radio " name ="entry.{{ page.form.relevant }} " value ="2 " required >
8383 2
8484 </ label >
8585 < label class ="radio ">
86- < input type ="radio " name ="entry.305553560 " value ="3 " required >
86+ < input type ="radio " name ="entry.{{ page.form.relevant }} " value ="3 " required >
8787 3
8888 </ label >
8989 < label class ="radio ">
90- < input type ="radio " name ="entry.305553560 " value ="4 " required >
90+ < input type ="radio " name ="entry.{{ page.form.relevant }} " value ="4 " required >
9191 4
9292 </ label >
9393 < label class ="radio ">
94- < input type ="radio " name ="entry.305553560 " value ="5 " required >
94+ < input type ="radio " name ="entry.{{ page.form.relevant }} " value ="5 " required >
9595 5
9696 </ label >
9797 </ div >
9898 </ div >
9999 </ div >
100100
101101
102- <!-- Field type: "short" id: "1131114772 " -->
102+ <!-- Field type: "short" id: "{{ page.form.improve-label }} " -->
103103 < div class ="field ">
104- < legend class ="label " for ="1131114772 "> How could we have improved this event?</ legend >
104+ < legend class ="label " for ="{{ page.form.improve-label }} "> How could we have improved this event?</ legend >
105105 < div class ="control ">
106- < input id ="1340586078 " type ="text " name ="entry.1340586078 " class ="input " >
106+ < input id ="{{ page.form.improve }} " type ="text " name ="entry.{{ page.form.improve }} " class ="input " >
107107 </ div >
108108 </ div >
109109
110110
111- <!-- Field type: "short" id: "234554653 " -->
111+ <!-- Field type: "short" id: "{{ page.form.feedback-label }} " -->
112112 < div class ="field ">
113- < legend class ="label " for ="234554653 "> Any other feedback for the event?</ legend >
113+ < legend class ="label " for ="{{ page.form.feedback-label }} "> Any other feedback for the event?</ legend >
114114 < div class ="control ">
115- < input id ="879050699 " type ="text " name ="entry.879050699 " class ="input " >
115+ < input id ="{{ page.form.feedback }} " type ="text " name ="entry.{{ page.form.feedback }} " class ="input " >
116116 </ div >
117117 </ div >
118118
119- < input type ="hidden " name ="fvv " value ="1 ">
120- < input type ="hidden " name ="fbzx " value ="-7418162051004310469 ">
119+ < input type ="hidden " name ="fvv " value ="{{ page.form.fvv }} ">
120+ < input type ="hidden " name ="fbzx " value ="{{ page.form.fbzx }} ">
121121 <!--
122122 CAVEAT: In multipages (multisection) forms, *pageHistory* field tells to google what sections we've currently completed.
123123 This usually starts as "0" for the first page, then "0,1" in the second page... up to "0,1,2..N" in n-th page.
0 commit comments