Forms

Delivery

Decide where each submission goes — email recipients, webhooks, Google Sheets, and Slack.

Delivery is the busiest tab in the form editor. Submissions can fan out to up to four destinations in parallel — a primary inbox plus CC, a webhook, Google Sheets, and Slack — each configured independently. Locked destinations show an inline upgrade card; available ones expand to a configuration panel.

Recipient email is set by Static Forms

The primary notification recipient is your account email (or, in a team workspace, the owner's email). To stop or restart per-submission notifications for yourself, use Account → Notifications.

CC emails

Add up to five additional recipients. Each address is verified by email before submissions start CC'ing it — a verification status pill is shown next to the email until you click the link in the verification message.

  • Enabled — master toggle for CC emails on this form.
  • Recipients — add, remove, and re-verify individual addresses.

Webhook

Send a JSON payload to any URL when the form receives a submission. Configure:

FieldWhat it does
EnabledMaster toggle for the webhook.
URLHTTPS endpoint that receives the POST.
Auth typenone · bearer · basic · custom header.
Auth valueToken, base64 credentials, or header value depending on auth type.
Custom header nameRequired only when auth type is custom.

Need a quick endpoint to test against?

Use our Webhook Tester to get a temporary URL and inspect the payload Static Forms sends.

Google Sheets

Append every submission as a new row in a Google Sheet.

  • Connect a Google account (OAuth).
  • Paste the spreadsheet URL and pick the sheet tab name.
  • The connection panel shows the last sync time and any error message from the most recent failed attempt.

Slack

Post a formatted message to a Slack channel.

  • Connect a Slack workspace (OAuth).
  • Pick the destination channel.
  • Last sync time and error message are surfaced the same way as Google Sheets.

Tier gating

DestinationMinimum tier
Primary email + 1 CCFree All plans
Up to 5 CC emailsPro
WebhookPro
Google SheetsPro
SlackPro

Related

  • Auto-reply — sending a reply to the submitter (separate from Delivery's recipients).
  • Custom domain — what address the recipient sees in the From line.