Enable comment collection via Google Form Comment field

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
popovskik 2026-07-31 11:44:54 +02:00
parent 1416f9f344
commit fd4cd73b51
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
action: 'https://docs.google.com/forms/d/e/1FAIpQLSc4i6fdIpR3D8nuEJ_yvxlHUBRRO-8Z-vP4WF-qtk17uzkYog/formResponse', action: 'https://docs.google.com/forms/d/e/1FAIpQLSc4i6fdIpR3D8nuEJ_yvxlHUBRRO-8Z-vP4WF-qtk17uzkYog/formResponse',
pageField: 'entry.1926483387', // Question 1 (Page) pageField: 'entry.1926483387', // Question 1 (Page)
helpfulField: 'entry.971202016', // Question 2 (Helpful) helpfulField: 'entry.971202016', // Question 2 (Helpful)
commentField: '' // Question 3 (Comment) - paste entry.NNNN once the form has a comment question commentField: 'entry.1634915934' // Question 3 (Comment)
}; };
function pageLabel(slug) { function pageLabel(slug) {