Contact form for Framer sites
Framer's built-in form component can post to any URL. Point it at your FormDock endpoint and your Framer site gets spam-filtered submissions, notification routing, and an exportable lead archive — without Framer's own form limits.
Framer setup (no code)
1. Add a Form component to your page (Insert → Form) 2. Select the form → in the right panel, find the submit settings 3. Choose "Send to URL" / "Webhook" and paste: https://formdock.app/f/your-form-key 4. Make sure each input has a sensible name (name, email, message) 5. Set the redirect: your own thanks page, or leave FormDock's default 6. Publish
- Field names in Framer become the keys in your submission payload and notification email.
- Add a hidden text field named _gotcha (default visibility: hidden) as a honeypot.
- Agencies: create one FormDock workspace per Framer client and route notifications to the client's inbox — you keep the audit trail.
Get your endpoint: create a free FormDock account (100 submissions/month), add a form, and swap your-form-key for the real key.