General

Contact Form Template

A simple name / email / message form perfect for any "Contact Us" page.

Code Snippets

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>

About this template

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.

Form Fields

NameEmailMessage

Use Cases

Business websites
Portfolio sites
Landing pages
Agency websites

Features

Spam protection with honeypot
Custom redirect after submission
Email notifications
Works with any website

Frequently Asked Questions

Ready to collect form submissions?

Set up your form backend in under a minute. No server required, no complex configuration — just a simple endpoint for your forms.