Getting started

Overview

formto.email turns any HTML form into a working contact form. Point your form at our endpoint and submissions land in your inbox — and your dashboard — within seconds. No backend, no API keys, no deploy.

html
<form action="https://formto.email/f/YOUR_FORM_ID" method="POST">
  <input name="name" required />
  <input name="email" type="email" required />
  <textarea name="message" required></textarea>
  <button type="submit">Send</button>
</form>

That's the whole integration for most sites. Below are guides for the things you might want to do beyond the basics — custom redirect pages, JavaScript submissions, file uploads, framework recipes, and the full API reference.

Explore the docs