Send form submissions to Google Sheets
Pipe every submission into a Google Sheet via a webhook.
- 1
Create a Sheets webhook target
Use a Google Apps Script web app (or Zapier/Make) that appends rows to your sheet and exposes a URL.
- 2
Add the webhook to FormLoom
In your form's Webhooks tab, add the URL with type 'Generic'.
- 3
Test the flow
Submit the form; a new row appears in your sheet.
FAQ
No — a Google Apps Script web app works directly. Zapier/Make are alternatives if you prefer no-code.