Form Templates

HTML Form Templates

Production-ready templates you can copy and paste into any website. Works with HTML, React, Next.js, Astro, Vue, and more.

<form
  action=
  method="POST"
>
  <input type="text" name="name" placeholder="Your name" />
  <input type="email" name="email" placeholder="Email address" />
  <textarea name="message" rows="4" placeholder="Message"></textarea>

  <button type="submit">Send message</button>
</form>
✓ 200 OKSubmission received. Email sent.

Add your endpoint.
That's it.

Every template in this library works by pointing the form's action attribute at your Formtorch endpoint. No SDK. No framework lock-in.

  • Works with any HTML form

    Point your action attribute at your Formtorch endpoint. No SDK, no config, no build step.

  • No backend required

    We handle storage, spam filtering, email notifications, and webhook delivery for you.

  • Receive submissions instantly

    Every submission hits your dashboard in real time. Export to CSV or route to Zapier.

Start collecting form submissions in minutes

Create your form endpoint and plug it into any template. No backend setup. No server to maintain.