Chat and messaging
LiveSend form submissions to Discord
Communities, indie projects and game studios run on Discord, not email. A bug report form, an application form or a contact form should land in the channel where the people who act on it already are. Paste a channel webhook and every submission arrives as a clean embed.
What lands in Discord
- A rich embed with every field as a titled section
- Form name and timestamp in the embed footer
- Long values truncated cleanly to stay inside Discord's embed limits
- Quarantined spam withheld automatically
Setup
Create a channel webhook
In Discord, open Channel Settings, then Integrations, then Webhooks. Create one and copy the URL.
Add Discord as a destination
Paste the webhook URL into a Discord destination on your form in the dashboard.
Test it
Fire a test send and check the embed renders the way you want before pointing real traffic at it.
Discord example
Swap in your own endpoint and these run as-is.
Any HTML form works. Field names become embed labels.
<form action="https://send.webforms.to/wft_your_key" method="POST">
<input name="username" placeholder="Your Discord tag" required />
<input name="email" type="email" required />
<select name="severity">
<option>Low</option>
<option>Medium</option>
<option>High</option>
</select>
<textarea name="steps_to_reproduce"></textarea>
<input type="text" name="_gotcha" style="display:none" tabindex="-1" />
<button type="submit">Report bug</button>
</form>Worth knowing
- Discord embeds cap at 25 fields and 1024 characters per value. Longer submissions are truncated in the embed but stored in full in the dashboard.
- Discord rate-limits webhooks per channel. Deliveries queue and retry rather than failing outright.
Discord form FAQ
Create a webhook in the channel's integration settings, paste the URL into a Discord destination on your form, and submit. No bot to host, no code.
No. This uses channel webhooks, which need no bot process, no gateway connection and no hosting.
Yes. Add one Discord destination per channel. On Pro and Agency, routing rules decide which ones fire for a given submission; on Free every connected channel receives every submission.
The embed shows a truncated version and the full submission is always available in the dashboard, so nothing is lost.
Other destinations
Send your next form submission to Discord
Free for 300 submissions a month. Endpoint in under a minute, no card required.
Start free