Home / Form for a static site (Netlify, Vercel, GitHub Pages)

Form for a static site (Netlify, Vercel, GitHub Pages)

Static sites have no server — Formcatch is the backend. Works with any static host and any framework.

How it works

  1. Create a free form and copy your endpoint.
  2. Point your form's action at it.
  3. Receive every submission by email, Slack, and your dashboard.
<form action="https://forms.mgm-llc.org/f/YOUR_FORM_ID" method="POST">
  <input name="email" type="email">
  <textarea name="message"></textarea>
  <button>Send</button>
</form>

Start free