Set up email notifications for every form submission on your website. Receive form data directly in your inbox without running a mail server.
Sign up for FormsList and create a new form. During setup, enter the email address where you want to receive submissions. FormsList sends a formatted email for every new submission, including all the field names and values the visitor entered.
Add your FormsList endpoint URL to your existing form. Every time a visitor submits the form, the data is sent to FormsList, which stores it and immediately emails it to the address you configured. You can add multiple email recipients if needed.
<form action="https://formslist.com/f/YOUR_FORM_HASH" method="POST">
<input type="text" name="name" placeholder="Full name" required />
<input type="email" name="email" placeholder="Email address" required />
<input type="text" name="subject" placeholder="Subject" />
<textarea name="message" placeholder="Your message" rows="5" required></textarea>
<button type="submit">Send Message</button>
</form>In the FormsList dashboard you can customize the email subject line, add CC and BCC recipients, and enable auto-reply emails to the person who submitted the form. Send a test submission to verify the email arrives in your inbox. Check your spam folder the first time — you may need to mark FormsList as a safe sender.
Learn how to process form submissions on any website without writing server-side code. Use a form backend service to receive, store, and forward submissions by email.
Learn moreAdd a fully functional contact form to any HTML website in under 5 minutes. No JavaScript frameworks, no server setup — just plain HTML that works everywhere.
Learn moreBuild a simple, effective newsletter signup form for your website. Collect email subscribers and manage them through FormsList — no email marketing platform required to get started.
Learn moreSet up your form backend in under a minute. No server required, no complex configuration — just a simple endpoint for your forms.