# jamiewilson/form-to-google-sheets

Store HTML form submissions in Google Sheets.

Repository: https://github.com/jamiewilson/form-to-google-sheets
Canonical: https://ross.abutalabs.com/products/form-to-google-sheets
Language: JavaScript
License: Apache-2.0
License Family: permissive
Topics: html-form, google-sheets, fetch-api, promise-polyfills, javascript
Last push: 2026-01-17T20:27:04+00:00

## Health v2 (maintenance only)
Score: 60/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 62, release rhythm 35, longevity 100
- inputs: {"age_days": 3259, "days_push": 228, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4748, forks 831 (observed 2026-08-28T04:08:57.872590+00:00)

## What it is
A JavaScript snippet plus Google Apps Script that lets any static HTML form submit its data directly into a Google Sheet via the Fetch API and FormData. It requires no backend server and includes optional email notifications, spam honeypot protection, and CSV-injection sanitization.

## Use cases
- store html form submissions in google sheets
- add a contact form to a static site without a backend
- collect form responses in a spreadsheet for free
- get email notifications when someone submits my form
- prevent spam form submissions with a honeypot
- save form data without setting up a server or database

## When to choose
- you want a zero-cost, zero-maintenance form backend for a static site
- you already use Google Sheets and want submissions there
- you need a quick contact or signup form without provisioning infrastructure

## When to avoid
- you need file uploads, complex validation, or multi-step workflows
- you must guarantee data privacy or compliance outside Google's ecosystem
- you expect high traffic, since Apps Script quotas apply

## Facets
- artifact type: library
- maturity: active
- function: form-handling, web-framework, email
- domain: web-development, frontend, developer-tools
- platform: browser
- tags: google-sheets, google-apps-script, html-forms, form-backend, no-backend, fetch-api, formdata, spam-protection, honeypot, automation, web-server, javascript

## Member repositories
- jamiewilson/form-to-google-sheets (main) score 60

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:57.872590+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:18:56.068330+00:00, confidence not recorded.
  - readme: https://github.com/jamiewilson/form-to-google-sheets (fetched 2026-08-28T04:08:57.872590+00:00, sha d61594b69627)
- Data as of 2026-08-30T08:39:29.467469+00:00.
