Create
Create a form endpoint with notification email, redirect, and spam settings.
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.
<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>
Create a form endpoint with notification email, redirect, and spam settings.
Use the endpoint as the action URL in any HTML-compatible form builder.
Store submissions, send email alerts, export CSVs, and trigger webhooks.