Your website already has a form.

Formy gives it somewhere reliable to send submissions. Create an endpoint, paste it into Webflow, Framer, Carrd, static HTML, or custom code, then manage submissions from one dashboard.

HTMLcopy and paste
<form action="https://submit.yourdomain.com/f/abc123" method="POST">
  <input type="email" name="email" required />
  <textarea name="message"></textarea>
  <input type="text" name="_gotcha" style="display:none" />
  <button type="submit">Send</button>
</form>

How it works

Create

Create a form endpoint with notification email, redirect, and spam settings.

Paste

Use the endpoint as the action URL in any HTML-compatible form builder.

Receive

Store submissions, send email alerts, export CSVs, and trigger webhooks.