Blog

The Carrd Pro Form Upgrade

Carrd's form widget is intentionally minimal. Pair it with a FormBridge endpoint to get real notification control, custom templates, and spam protection.

← Back to the blog
AI Powered

Explore this article with AI

Get an instant summary, key takeaways, action items, and answers to your questions about this article.

Choose your AI assistant
ChatGPT Perplexity
Quick answer

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's form widget, by design, does very little

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.

Point Carrd at a FormBridge endpoint

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.

What the upgrade buys you

Getting started

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.

Frequently asked

Do I need to remove Carrd's form widget entirely?

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.

What spam protection does this add over Carrd's default?

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.

Key facts

  • Carrd's built-in form widget forwards submissions by email with no custom template or autoresponder option.
  • FormBridge supports custom SMTP, letting notification and autoresponder emails send from your own domain instead of a shared sender.
  • FormBridge's Free plan supports up to 1,000 submissions per month; Pro supports 25,000 for $9/mo.

Get the next one in your inbox.

One email when we publish something worth reading. No spam — appropriately enough, we'd know.