Learn how to send automatic confirmation emails to users after they submit a form. FormsList auto-responders let you acknowledge submissions instantly without writing backend code.
Ensure your form includes an email field with `name="email"` or `name="_replyto"`. FormsList uses this field to identify the recipient for auto-response emails.
In the FormsList dashboard, navigate to your form's Settings tab. Scroll to the Auto-Response section and toggle it on.
Enter a subject line like 'Thanks for reaching out!' and compose your message body. You can use merge tags like `{{name}}` to personalize the email with submitted field values.
Choose a sender name (e.g. your company name) and a reply-to email address. This is the address recipients will reply to if they respond to the auto-response.
Submit a test entry using a real email address. Check your inbox to verify the auto-response arrives with the correct content, subject, and formatting.
Set up email notifications for every form submission on your website. Receive form data directly in your inbox without running a mail server.
Learn moreLearn how to add a working contact form to your Next.js application in minutes. No backend code required — just create your form, point it at FormsList, and start receiving submissions by email.
Learn moreSet up your form backend in under a minute. No server required, no complex configuration — just a simple endpoint for your forms.