Mobile-first feedback survey for the 2026 ElastiCache PAC event in Seattle.
- Create a new Google Sheet
- Copy the Sheet ID from the URL:
https://docs.google.com/spreadsheets/d/SHEET_ID_HERE/edit - Go to Extensions → Apps Script
- Delete any existing code and paste the contents of
google-apps-script.js - Click Deploy → New deployment
- Type = Web app, Execute as = Me, Who has access = Anyone
- Click Deploy, authorize when prompted, and copy the Web App URL
Edit config.js:
- Set
scriptUrlto the Web App URL from Step 1 - Set
sheetIdto the Sheet ID from Step 1
- Create a new GitHub repo (public)
- Push these files:
index.html,config.js - Go to repo Settings → Pages → Source: main branch
- Your site is live at
https://yourusername.github.io/repo-name/
- Survey page:
https://yourusername.github.io/repo-name/ - Generate a QR code for the survey URL
| File | Purpose |
|---|---|
index.html |
Survey page (mobile-first) |
config.js |
Script URL and Sheet ID configuration |
google-apps-script.js |
Backend script (paste into Google Apps Script) |