Skip to content

Instantly share code, notes, and snippets.

View joleroi's full-sized avatar

Johannes King joleroi

View GitHub Profile
@triblondon
triblondon / apps-script.js
Last active August 31, 2022 11:43
Google apps script for form data to gsheet
// Submit form data directly to Google sheets
//
// (Based on http://railsrescue.com/blog/2015-05-28-step-by-step-setup-to-send-form-data-to-google-sheets/)
//
// ## Setup
//
// 1. Create a Google spreadsheet and name it
// 2. Choose Tools > Script editor
// 3. Replace the sample code with the contents of this file
// 4. Name the script project something like "Submit form data to Google sheet" (click on 'Untitled project' to change name)