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:
popovskik 2026-07-31 13:28:15 +02:00
parent b486a4a70d
commit b5fc4b37bb
1 changed files with 11 additions and 3 deletions

View File

@ -10,9 +10,17 @@
/* --- Google Form collection (fill all values to turn it on) ------------ */
var GOOGLE_FORM = {
action: '', // e.g. 'https://docs.google.com/forms/d/e/FORM_ID/formResponse'
fields: { // entry.NNNN for each column
role: '', level: '', phase: '', uni: '', faculty: '', city: '', budget: '', year: '', lang: ''
action: 'https://docs.google.com/forms/d/e/1FAIpQLSe3I53LbapUV39cKmA8JcFt_sPTeaG_9700kNfLatOofEBlKw/formResponse',
fields: { // entry.NNNN for each column (form question order: Role, Level, Stage, University, Faculty, City, Budget, Year, Language)
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'
}
};