Google Sheets
Stream completed submissions into a Google Sheet you own.
Connect a Google account#
- Open your form's Integrations tab.
- Click "New integration" → Google Sheets.
- Click "New account", give it a label, and authorize on Google's consent screen.
- You'll return to the integration page with the account selected.
One Google account can back many form integrations — you only need to authorize once per Google login.
Create a sheet#
Click "Create new sheet" and Halloform provisions a spreadsheet titled after your form. The default tab is renamed to "Submissions" so subsequent rows always land in a predictable place.
What gets written#
The header row is the labels of your input blocks (decorative blocks excluded), preceded by a "Submitted at" column. Every completed submission appends a single row matching that schema.
{
"Submitted at": "2026-05-31T08:00:00Z",
"Full name": "Ada Lovelace",
"Email": "ada@example.com",
"Score": "7"
}