Student Welcome Guide: full trilingual guide + personal route generator #3

Merged
popovskik merged 30 commits from kristijan-dev into develop 2026-07-31 11:46:37 +00:00
1 changed files with 11 additions and 3 deletions
Showing only changes of commit b5fc4b37bb - Show all commits

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'
}
};