Home / Guides / How to send form submissions to Slack
How to send form submissions to Slack
Get an instant Slack message every time someone submits your website form — no code, no server.
Create your free form endpoint
1. Create a Slack incoming webhook
In Slack go to Apps → Incoming Webhooks → Add to Slack, pick a channel, and copy the webhook URL (starts with https://hooks.slack.com/…).
2. Paste it into your Formcatch form
Open your form's settings in Formcatch and paste the Slack webhook URL. Save.
3. Connect your form and test
<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>
Submit once — the message appears in your Slack channel within seconds.
FAQ
Does Slack notification cost extra?
Slack delivery is a Pro feature ($9/mo). Email notifications and the dashboard are free.
Can I send to a specific channel?
Yes — the channel is determined by the incoming webhook you create in Slack.
More guides
How to add a contact form without a backendHow to send form submissions to DiscordHow 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