Get the next one in your inbox.
One email when we publish something worth reading. No spam — appropriately enough, we'd know.
Carrd's form widget is intentionally minimal. Pair it with a FormBridge endpoint to get real notification control, custom templates, and spam protection.

Get an instant summary, key takeaways, action items, and answers to your questions about this article.
Carrd's form widget only sends a plain email forward with no branding, autoresponder, or real spam control. Pointing a custom embed at a FormBridge endpoint instead adds custom notification templates, an autoresponder, and layered spam protection.
Carrd is built for speed and simplicity, and its form widget reflects that: a handful of field types, a destination email address, and that's about it. There's no way to send a branded confirmation to the person who filled it out, no spam scoring beyond what your inbox provider does on its own, and no way to route different forms to different teams.
For a lot of one-page sites that's fine. But the moment you're collecting anything you care about — job applications, waitlist signups, client intake — the gaps start to matter.
Carrd's built-in widget posts to Carrd's own backend and forwards by email, so to get real control you replace it with a custom embed containing a plain HTML form pointed at FormBridge:
<form action="https://app.formbridge.ai/api/forms/fb_8h2k9p" method="POST">
<input name="name" placeholder="Name" />
<input name="email" type="email" placeholder="Email" />
<textarea name="message" placeholder="Message"></textarea>
<button type="submit">Send</button>
</form>
Carrd's embed element accepts raw HTML, so this drops in cleanly alongside your existing page.
Create a form endpoint in FormBridge, copy the endpoint URL, and paste the HTML form above into a Carrd embed in place of the native widget. From there, configure your recipient list, autoresponder, and spam protection from the form's settings — the free plan handles up to 1,000 submissions a month, which covers most single-page sites comfortably.
In most cases, yes — you replace it with a custom embed containing a plain HTML form so you can set the action attribute to a FormBridge endpoint.
FormBridge scores every submission automatically, and lets you add a honeypot field, CAPTCHA (reCAPTCHA or hCaptcha), and an authorized domains allow-list, none of which Carrd's widget offers.
One email when we publish something worth reading. No spam — appropriately enough, we'd know.