Step 1
In Discord, open the target channel's settings, go to Integrations → Webhooks, and create a new webhook. Copy the webhook URL.
Integration · Discord
Send form submissions to Discord instantly.

splitforms connects your forms to Discord and moves every submission across the moment it's received — no manual export, no copy-paste.
Every submission is emailed to you and saved to a searchable dashboard, so the lead is captured even if Discord is unreachable.
Connecting Discord to your forms is included in your plan — no add-on charge and no per-message billing from splitforms.
Example: form markup
The form posts to https://splitforms.com/api/submit. The Discordrouting is configured in the splitforms dashboard against the form's access key — there's no client-side Discord-specific code in your HTML.
<form action="https://splitforms.com/api/submit" method="POST">
<input type="hidden" name="access_key" value="YOUR_SPLITFORMS_KEY" />
<input type="hidden" name="_route" value="discord" />
<input type="email" name="email" placeholder="you@example.com" required />
<textarea name="message" placeholder="Your message" required></textarea>
<button type="submit">Send to Discord</button>
</form>How it works
Here's how to send form submissions to Discord in 5 steps — no code required, and most teams finish in a couple of minutes.
In Discord, open the target channel's settings, go to Integrations → Webhooks, and create a new webhook. Copy the webhook URL.
In splitforms, open your form's Webhooks tab and paste the Discord URL. splitforms auto-detects discord.com hosts and switches to the Discord embed payload format.
Submit a test entry. The message should appear in your Discord channel as a rich embed with field labels and values laid out as embed fields.
Optional: rename the webhook in Discord and set an avatar — splitforms uses Discord's 'webhook owner' settings for the displayed name.
Ship the form. All future submissions will be sent to Discord, and each webhook's last delivery status and error are shown in the dashboard.
How teams use it
Paste a Discord webhook URL and splitforms POSTs every form submission to that channel as a formatted embed. Auto-detected — no Zapier or bot account needed. Prefer a plainer destination? The same form can also send form submissions to email or forward them to any webhook.

Why splitforms
Most form backends require a Zapier hop ($20/mo) for Discord; splitforms posts directly. splitforms is free for 500 submissions per month, $5/mo on Pro, or $59 for a 3-year plan (15,000 submissions/month, 36 months of access), with no per-integration add-on fees.

How SplitForms works
Connect your form, collect every submission, and send data where it needs to go — without building backend infrastructure.

Point your form to your unique SplitForms endpoint. That's it.

We instantly capture and organize every submission in your inbox.

Send data to email, spreadsheets, CRMs, webhooks, and 7,000+ apps.

No credit card required. Set up in under 60 seconds.
Connect & automate
SplitForms works with the destinations you route to and the platforms you build on — from Slack and Sheets to WordPress, Shopify, and Next.js.

Trusted by indie teams and agencies shipping forms worldwide
Testimonials
40 quotes on record — from indie hacks to agency migrations.
“I replaced a Lambda + DynamoDB + SES contact form with six lines of HTML. It took eleven minutes, and the dashboard is better than what I was going to build.”
“We migrated 14 client sites off Formspree in a single weekend. The price is a third of what we paid, the API is more honest, and the spam filter actually works.”
“The webhook payload is signed, idempotent, and well-shaped. It reads like code from a competent team, not a CRUD app held together with duct tape.”
“I stopped reaching for Typeform on small marketing sites. splitforms covers 90% of the use case at none of the bloat.”
“I onboarded our whole agency in an afternoon. The MCP integration meant Cursor literally dropped the form straight into our client repos for us.”
“The free plan gave me 500 submissions before I paid a cent, and Pro is five dollars a month. I've spent more on coffee deciding which backend to use.”
“Spam went from forty junk entries a day to zero, with no reCAPTCHA puzzle ruining the form. The honeypot and time-trap just quietly do their job.”
“Point the form action at one endpoint and you're done. No SDK, no client library, no build step. This is how a form backend should feel.”
“Leads land in Slack the second someone submits, and a copy goes to Google Sheets for the sales team. I wired both up in under ten minutes.”
“I run a static Hugo site on a five-dollar VPS. splitforms gave it a real contact form without me standing up a single server.”
Common questions
No. splitforms uses Discord's incoming-webhook URLs, which are channel-scoped HTTPS endpoints created from Discord's channel settings. There is no bot, no OAuth flow, and no bot token to manage. The webhook URL itself is the only credential.
splitforms formats each submission as a Discord rich embed with the form name as the title and each captured field (up to 24) as an embed field, with the submission timestamp in the footer. Long text values are truncated at Discord's 1,024-character embed-field limit; the full submission is always available in the splitforms dashboard.
Yes — register multiple Discord webhook URLs against the form. splitforms POSTs to each independently. This is common for routing one form into both a public community channel and a private mods channel.
Discord rate-limits webhooks at roughly 30 messages per minute per webhook. A rate-limited delivery is recorded as the webhook's last status in the dashboard rather than retried automatically, so if you expect more than that volume, register multiple Discord webhooks against the form to spread the load. The submission itself is always saved and emailed regardless.
Treat them as secrets. splitforms stores the URL server-side and uses it only at delivery time; it is never exposed to your site's visitors. If a URL leaks, rotate it in Discord (which invalidates the old URL) and paste the new one.
Discord webhook delivery unlocks on Pro ($5/month) and above, alongside the other paid delivery and integration features. Pro includes 5,000 submissions per month and unlimited forms.
Simple pricing
Choose a plan that fits your workflow — from a free form endpoint to full automations, exports, and higher submission limits.
Free forever
For side projects and indie devs.
For agencies and growing products.
Pay $59. 3 years sorted.
No credit card required on Free • Cancel anytime