Privacy-focused email forms for developers

Secure, developer-friendly email collection that respects your users' privacy. Simple API, zero complexity.

Get started in 30 seconds:

# Use in your HTML
<form action="https://send.webform.dev/send/form_abc123" method="POST">
  <input name="email" type="email" required>
  <button>Subscribe</button>
</form>

Why developers choose WebForm.dev

Built with privacy and simplicity in mind, designed for modern development workflows.

Privacy First 🔒

GDPR compliant with minimal data collection and transparent handling.

No design constraints

Use any HTML and CSS form you want (or copy one of ours).

Secure by Default 🛡️

Built-in spam protection, rate limiting, and secure data transmission.

Self service configurable 🥳

Options available in control panel; no emailing support for configuring basic features.

Get started in minutes

Simple integration, powerful results

1. Create your form

Create your first form

2. Add to your website

Point your form to our endpoint

<form action="https://send.webform.dev/send/form_abc123def456" method="POST">
  <input name="name" type="text" placeholder="Name">
  <input name="email" type="email" placeholder="Email" required>
  <input name="subject" type="hidden" value="Contact Form">
  <textarea name="text" placeholder="Message" required></textarea>
  <button type="submit">Send Message</button>
</form>

3. Receive submissions

Form submissions are automatically emailed to you

📧 New form submission

From: user@example.com

Subject: Contact Form

Name: John Doe
Email: user@example.com
Message: Hello, I'd like to learn more...

Ready to build privacy-focused forms?

Join developers who trust WebForm.dev for secure email collection.