Home / Guides / How to send form submissions to Discord
How to send form submissions to Discord
Post every form submission straight into a Discord channel using a webhook — no bot or backend needed.
Create your free form endpoint
1. Create a Discord webhook
In Discord open Server Settings → Integrations → Webhooks → New Webhook, choose a channel, and copy the webhook URL.
2. Add it to your Formcatch form
Paste the Discord webhook URL into your form's settings in Formcatch and save.
3. Wire up your form
<form action="https://forms.mgm-llc.org/f/YOUR_FORM_ID" method="POST"> <input name="email" type="email" required> <textarea name="message" required></textarea> <button>Send</button> </form>
Each submission is posted to your Discord channel automatically.
FAQ
Do I need a Discord bot?
No. A channel webhook is enough — Formcatch posts to it directly.
Is Discord delivery free?
Discord/webhook forwarding is a Pro feature; email and the dashboard are free.
More guides
How to add a contact form without a backendHow to send form submissions to SlackHow to send an HTML form to email (no PHP)How to add a file upload form without a backendHow to send an automatic reply to form submissions