A simple name / email / message form perfect for any "Contact Us" page.
Copy-paste ready code. Replace YOUR_FORM_HASH with your FormsList endpoint hash.
<form action="https://formslist.com/f/YOUR_FORM_HASH" method="POST">
<input type="text" name="name" placeholder="Your name" required />
<input type="email" name="email" placeholder="you@example.com" required />
<textarea name="message" rows="5" placeholder="How can we help?" required></textarea>
<input type="hidden" name="_redirect" value="https://yoursite.com/thanks" />
<button type="submit">Send Message</button>
</form>The contact form is the most essential form for any website. This template provides a clean, accessible contact form with name, email, and message fields. It includes built-in spam protection via a honeypot field and supports custom redirects after submission. Works with any website — static HTML, React, Vue, or any other framework.
Set up your form backend in under a minute. No server required, no complex configuration — just a simple endpoint for your forms.