Post form submissions to Discord as rich embeds
Paste a Discord webhook URL and every submission appears in your server as a rich embed, automatically formatted, configured per form.
Your form stays plain HTML
No SDK, no JavaScript snippet. Post your form to the Static Forms endpoint, switch on Discord in your delivery settings, and submissions start arriving.
<form action="https://api.staticforms.dev/submit" method="POST">
<input type="hidden" name="apiKey" value="YOUR_API_KEY" />
<input type="text" name="name" required />
<input type="email" name="email" required />
<textarea name="message" required></textarea>
<button type="submit">Send</button>
</form>Why connect Discord
- Rich embed formatting
- Submissions post as structured Discord embeds with each field clearly labeled. No raw JSON dumps.
- Per-form routing
- Each form can target its own Discord channel via its own webhook URL, ideal for communities running multiple forms.
- No bot required
- Uses Discord’s built-in webhooks. Create one in your channel settings, paste the URL, done.
How it works
The short version. Exact steps, screenshots, and troubleshooting live in the docs.
Read the full setup guideCreate a webhook in your Discord channel settings (two clicks).
Paste the webhook URL into your form’s Delivery settings.
Submissions post to the channel as rich embeds automatically.
Use different webhook URLs to route different forms to different channels.
Questions
Do I need to add a bot to my Discord server?
No. The integration uses Discord’s native channel webhooks. You create a webhook in the channel settings and paste its URL into Static Forms.
Can I route different forms to different Discord channels?
Yes. The Discord webhook URL is configured per form, so each form can post to its own channel.
Which plan includes the Discord integration?
Discord notifications are available on the Pro and Agency plans, with a free 14-day trial.
Connect Discord in minutes
Start with a free 14-day Pro trial. No credit card, no sales call, just a working endpoint and the integrations you came for.