Quote Request for Carrd
Lead-capture form for agencies, freelancers, and service businesses. Free for 500 submissions per month — no backend, no SDK, no plugin.
Why Carrd developers choose splitforms for quote request
Carrd's embed element lets you inject custom HTML into your one-page site — perfect for a lightweight contact form. Carrd Pro includes a native form feature, but it caps submissions at 100/month on paid plans and lacks webhook delivery. The quote request on this page drops into a Carrd embed, posts to splitforms, and gives you 500 dashboard submissions/month free; Starter adds Slack/Discord notifications. No Carrd Pro upgrade needed for the form to work. The HTML is self-contained — Carrd's minimal runtime handles the display, splitforms handles the backend.
Yes — this is the shortest safe path for Carrd.
Use the HTML snippet on this page, keep the quote request fields visible in your Carrd UI, and let splitforms handle delivery, spam filtering, storage, and webhooks.
Paste the HTML version, then replace YOUR_ACCESS_KEY.
The posted payload contains name, email, phone, company, budget, tell us about the project. Required fields are name, email, phone, budget and tell us about the project.
Carrd's Form widget requires Pro Standard ($19/year) just to exist on the page, and even then it doesn't deliver email itself — the form 'works' by posting to an external integration: Mailchimp, SendGrid, Basin, Formspree, etc.
Insurance leads are speed-to-quote sensitive — the broker that gets the quote out within an hour of inquiry wins the bind. The form captures line of business and renewal date so the quote process starts immediately.
Built for Carrd developers who hate operating a backend.
Splitforms is the form backend for Carrd sites. One POST endpoint, no SDK, no plugin — drop the quote request into a page and ship.
Splitforms is the form backend for Carrd sites. One POST endpoint, spam filtering, and a real dashboard — drop-in, no server, no PHP. Free for 500 dashboard submissions per month; Starter adds email, signed webhooks, exports, and retained uploads; Pro is $5/mo for 5,000.
- ✓500 form submissions per month
- ✓2 forms on Free; unlimited forms on Pro
- ✓Spam protection (honeypot + classifier)
- ✓Webhooks: Slack, Discord, WhatsApp, custom
- ✓CSV export of all submissions
- ✓Email notifications (CC and BCC on Pro)
Drop into any Carrd project.
Replace YOUR_ACCESS_KEY with your splitforms key, paste into a Carrd page, and ship. No build-time integration required.
Generate, embed, receive.
Three actions stand between you and your first quote request submission. None of them require a backend, a database, or a CAPTCHA library.
Generate a free splitforms key
Sign in at splitforms.com — your access key is created instantly. No credit card, no setup wizard, no SDK to install.
Paste the quote request into your Carrd project
Drop the form snippet into a Carrd page, component, or layout. Replace YOUR_ACCESS_KEY with the key from your dashboard. The form action is a hard-coded URL — no env vars or build-time wiring needed.
Receive submissions
Dashboard updates live on Free. Starter adds email delivery, signed webhooks, CSV export, Slack/Discord forwarding, and BCC to your team.
The reason this quote request exists.
Speed-to-quote wins · webhooks into AgencyZoom / EZLynx / Applied / Vertafore.
Independent insurance brokers compete with direct carriers (Geico, Progressive, State Farm) and lead-gen platforms (LendingTree Insurance, EverQuote) — the win is speed-to-quote and personal touch. Brokers earn 10-15% commission on auto/home premiums and 50-100%+ on life policies (year-1). The form captures line of business (auto / home / life / business / umbrella / multi-line), current carrier, renewal date, and basic data (driver count / property address / business revenue depending on line). Speed matters: quotes delivered within 4 hours of inquiry close at 35-45%, vs 10-15% for next-day quotes. Webhook into AgencyZoom / EZLynx / Applied Epic so the AMS pre-loads the quote workflow.
Capture line of business
Required: line(s) of business (auto / home / life / business / umbrella / health / multi-line — multi-select), current carrier, current renewal date, primary contact info.
Branch by line
Webhook routes by line — auto/home goes to the P&C team queue, life goes to the life specialist, business / commercial goes to the producer who handles BOPs and umbrellas. Different quote workflows, different carriers.
Quote within hours
Webhook to AgencyZoom / EZLynx / Applied Epic — the AMS pre-loads the quote with current carrier and renewal date. Speed-to-quote under 4 hours triples close rate vs next-day. SMS the quote link via Twilio for the highest urgency leads.
What changes when this quote request lives in Carrd.
These notes come from the Carrd platform registry and are rendered on this template page so crawlers see the framework-specific answer without opening a separate guide.
Carrd's Form widget requires Pro Standard ($19/year) just to exist on the page, and even then it doesn't deliver email itself — the form 'works' by posting to an external integration: Mailchimp, SendGrid, Basin, Formspree, etc. So the question isn't 'native vs splitforms' but 'which third-party backend do you wire up?'. Mailchimp is overkill (and surprisingly expensive once your list grows); Basin and Formspree limit free submissions; SendGrid requires DNS verification. Splitforms is the same shape of integration (Type: Custom, Method: POST, Action: a URL) at a better free tier and with built-in spam filtering. Carrd's Form widget settings don't change.
Carrd publishes to a *.carrd.co subdomain on every plan; Pro Standard adds a custom domain. The form posts to splitforms from the browser, so neither subdomain nor custom domain matters for delivery. Lock the splitforms access key to BOTH the *.carrd.co URL and your custom domain — Carrd serves the same content under both, with different Origin headers. Carrd's Designer preview never actually POSTs; you have to publish (free) and submit from the live URL to test. Embed elements bypass Carrd's CSS, so the form will look browser-default unless you inline styles.
Pro Standard plan still required for Custom form Type
Carrd's free plan and Pro Lite don't expose the Form widget at all. Pro Standard ($19/yr) unlocks the Form widget with Type → Custom. Splitforms doesn't change Carrd's plan requirements — it just fills in the backend that Carrd doesn't ship.
Embed element forms don't inherit Carrd's site styles
If you paste raw HTML via an Embed element, your form will look like browser-default — no Carrd typography, no site colors. Use the native Form widget for styling, then add a hidden access_key field via Custom fields.
Carrd's success message + splitforms redirect can fight each other
Carrd's Form widget has a built-in success message that shows on 2xx response. If you also set a redirect field in the form, the user sees the success blip then redirects mid-message. Pick one: redirect via splitforms OR Carrd's success text.
The form widget's Field labels don't match input names by default
Carrd uses friendly labels like 'Your name', but the actual input name attribute is name-1 or similar unless you set Custom in the field settings. Set the Custom name to name, email, message — splitforms uses the input names as keys in your inbox.
Pattern A — native Form widget set to Custom type
In the Form widget's settings, set Type to Custom, Method to POST, Action to the splitforms URL. Add a hidden field access_key via the Custom Fields tab. Carrd handles the styling and mobile layout; splitforms handles delivery. Use the same wiring for the quote request fields on this page.
Pattern B — Embed element with full HTML control
Drop an Embed element into a Carrd section and paste raw HTML. Loses Carrd's auto-styling but lets you add a honeypot, multi-field validation, or custom redirect. Useful for waitlist or job-application forms that exceed the Form widget's capability. Use the same wiring for the quote request fields on this page.
What every field actually does.
Each field below ships in the quote request template — rename, remove, or add your own. Splitforms accepts any name you POST.
Name
Greeting + dashboard label so submissions don't all read 'anonymous'.
Reply-to address — splitforms wires this so hitting reply goes back to the sender.
Phone
Faster qualification — phone leads convert ~3× higher than email-only on B2B forms.
Company
Lets you sort enterprise vs SMB inquiries before you reply.
Budget
Filters tire-kickers from real buyers without a sales call.
Tell us about the project
Free-text input — no character limit, expands as the visitor types.
One backend. Every framework.
The same quote request template works on every framework splitforms supports. Pick yours.
Quote Request on Carrd — FAQ.
Direct answers, no marketing fluff. Missing one? Email hello@splitforms.com.
splitforms vs everything else.
Same drop-in API. More free submissions, Starter signed webhooks, MCP support no other backend has.
Other ready-to-ship Carrd forms.
Same backend, different qualifying fields. Click through to copy the snippet.
Ship a quote request on Carrd in 60 seconds.
500 submissions per month, free forever. No credit card. Copy the snippet above and paste it into your Carrd project.