Enable route report demographics collection via Google Form
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b486a4a70d
commit
b5fc4b37bb
14
my-route.js
14
my-route.js
|
|
@ -10,9 +10,17 @@
|
||||||
|
|
||||||
/* --- Google Form collection (fill all values to turn it on) ------------ */
|
/* --- Google Form collection (fill all values to turn it on) ------------ */
|
||||||
var GOOGLE_FORM = {
|
var GOOGLE_FORM = {
|
||||||
action: '', // e.g. 'https://docs.google.com/forms/d/e/FORM_ID/formResponse'
|
action: 'https://docs.google.com/forms/d/e/1FAIpQLSe3I53LbapUV39cKmA8JcFt_sPTeaG_9700kNfLatOofEBlKw/formResponse',
|
||||||
fields: { // entry.NNNN for each column
|
fields: { // entry.NNNN for each column (form question order: Role, Level, Stage, University, Faculty, City, Budget, Year, Language)
|
||||||
role: '', level: '', phase: '', uni: '', faculty: '', city: '', budget: '', year: '', lang: ''
|
role: 'entry.1143696964',
|
||||||
|
level: 'entry.475640438',
|
||||||
|
phase: 'entry.855773898',
|
||||||
|
uni: 'entry.1327589803',
|
||||||
|
faculty: 'entry.1625626915',
|
||||||
|
city: 'entry.1289506114',
|
||||||
|
budget: 'entry.1415515571',
|
||||||
|
year: 'entry.1480786346',
|
||||||
|
lang: 'entry.702256098'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue