Get Carrd form submissions in your inbox
Carrd's Pro Plus plan lets a form post to any custom URL — Carrd documents the feature themselves. Point it at Static Contact and every submission lands in your email, with spam protection and a free tier to start.
Setup (about 3 minutes)
- Sign up (free, no credit card) and grab your Form's access code.
- In Carrd, select your Form element and switch it to a custom URL form (Pro Plus or higher).
- Set the URL to:
- Set the method to AJAX (default format) — our endpoint answers
2xxon success, which Carrd uses to show its success behavior. Plain POST works too; pair it with a custom redirect in your Static Contact settings so visitors land on a thank-you page. - Give each field a Submitted ID (e.g.
name,email,message) — these become the labels in your email. - Important — add one hidden field so your submissions pass our bot check (Carrd forms can't run our protection script):
- Field type: Hidden
- Submitted ID:
b0tbu5t3r - Value:
1
Tighten the spam screws
Because the hidden field is simpler than our usual bot protection, do these two things in your Static Contact Form settings:
- Whitelist your domain (your
.carrd.coaddress or custom domain) so other sites can't post to your form - Our blocklists and content filters still screen every submission — and spam never counts against your quota
Moving off other platforms too?
Same play, different markup: Webflow exports, Framer exports, and Netlify Forms.