Form capture overview

Seal Static allows you collect form submissions from your static site without a backend and stores them in your dashboard.

How it works

  1. You add a standard HTML form to your static site
  2. The form submits to Seal Static's capture endpoint
  3. The submission appears in your project dashboard

There is no JavaScript library to install, no API keys to configure in your HTML and no backend to maintain.

What you get

  • All submissions visible in your project dashboard
  • Automatic field type detection (email, phone, URL, etc.)
  • Built-in spam protection
  • Each form is identified by a name you choose (e.g. "contact-form")

Note that the submissions limit is based on your plan.

Getting started

See Setting up a form for the HTML you need to add to your site.