Home / Guides / Send an automatic confirmation reply to form submissions
Send an automatic confirmation reply to form submissions
Automatically email a confirmation to anyone who submits your form, so they know it was received.
Create your free form endpoint
1. Turn on auto-reply (Pro)
In your form settings, enable Auto-reply and set the subject and message the submitter will receive.
2. Make sure your form collects an email
<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>
The auto-reply is sent to the email field value.
3. Done
Every submitter gets an instant confirmation, and you still receive the submission by email, Slack, and your dashboard.
FAQ
Can I customize the auto-reply text?
Yes — you set the subject and body in your form settings.
Is auto-reply free?
Auto-reply is a Pro feature ($9/mo).
More guides
How to add a contact form without a backendHow to send form submissions to SlackHow to send form submissions to DiscordHow to send an HTML form to email (no PHP)How to add a file upload form without a backend