From 49b290efb13502c0ea42d25b4e631919db3674a4 Mon Sep 17 00:00:00 2001 From: popovskik Date: Fri, 31 Jul 2026 11:27:49 +0200 Subject: [PATCH] Enable Google Form feedback collection with live form endpoint Co-Authored-By: Claude Opus 4.8 (1M context) --- guide-feedback.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide-feedback.js b/guide-feedback.js index ba271020..a2e8a951 100644 --- a/guide-feedback.js +++ b/guide-feedback.js @@ -20,9 +20,9 @@ * filled in, votes are simply not sent anywhere central. */ var GOOGLE_FORM = { - action: '', // e.g. 'https://docs.google.com/forms/d/e/1FAIpQL.../formResponse' - pageField: '', // e.g. 'entry.123456789' (the "Page" question) - helpfulField: '' // e.g. 'entry.987654321' (the "Helpful?" question) + action: 'https://docs.google.com/forms/d/e/1FAIpQLSc4i6fdIpR3D8nuEJ_yvxlHUBRRO-8Z-vP4WF-qtk17uzkYog/formResponse', + pageField: 'entry.1926483387', // Question 1 (Page) + helpfulField: 'entry.971202016' // Question 2 (Helpful) }; function sendVote(slug, value) {