Form submissions, without a backend.

Point your HTML form at Formcatch and get submissions by email, Slack, and a dashboard. No server, no spam, set up in 2 minutes.

Get your form endpoint — free

How it works
<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>

Works with plain HTML, React, Vue, static sites — anything that can POST.

Why Formcatch