One form endpoint.
Eleven places it can go.

Point your HTML form at Static Forms and route every submission to Slack, Google Sheets, Notion, Zapier, or your own API. Native integrations on the Pro and Agency plans, no code required.

The form stays plain HTML

No SDK, no JavaScript snippet. Your form posts to our endpoint, and the integrations you switch on decide where each submission lands: a Slack channel, a spreadsheet row, a Notion page, or a JSON payload to your own API.

Five-minute setup guide
index.html
<form action="https://api.staticforms.dev/submit" method="POST">
  <input type="hidden" name="apiKey" value="YOUR_API_KEY" />
  <input type="text" name="name" required />
  <input type="email" name="email" required />
  <textarea name="message" required></textarea>
  <button type="submit">Send</button>
</form>

Your form is one POST away

Start with a free 14-day Pro trial. No credit card, no sales call, just a working endpoint and the integrations you came for.