send.webforms.toRead the docs →

Chat and messaging

Live

Send 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.

Get an endpointRead the docs

What lands in Discord

Setup

  1. Create a channel webhook

    In Discord, open Channel Settings, then Integrations, then Webhooks. Create one and copy the URL.

  2. Add Discord as a destination

    Paste the webhook URL into a Discord destination on your form in the dashboard.

  3. 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.

report-bug.html
<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 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.

Send your next form submission to Discord

Free for 300 submissions a month. Endpoint in under a minute, no card required.

Start free