Enable Google Form feedback collection with live form endpoint

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
popovskik 2026-07-31 11:27:49 +02:00
parent 0e2a061d41
commit 49b290efb1
1 changed files with 3 additions and 3 deletions

View File

@ -20,9 +20,9 @@
* filled in, votes are simply not sent anywhere central. * filled in, votes are simply not sent anywhere central.
*/ */
var GOOGLE_FORM = { var GOOGLE_FORM = {
action: '', // e.g. 'https://docs.google.com/forms/d/e/1FAIpQL.../formResponse' action: 'https://docs.google.com/forms/d/e/1FAIpQLSc4i6fdIpR3D8nuEJ_yvxlHUBRRO-8Z-vP4WF-qtk17uzkYog/formResponse',
pageField: '', // e.g. 'entry.123456789' (the "Page" question) pageField: 'entry.1926483387', // Question 1 (Page)
helpfulField: '' // e.g. 'entry.987654321' (the "Helpful?" question) helpfulField: 'entry.971202016' // Question 2 (Helpful)
}; };
function sendVote(slug, value) { function sendVote(slug, value) {