Connect any HTML form and get submissions in your email and dashboard. No servers, no backend code, no databases. Paste one line and you're done.
Three steps. No servers.
Enter your email and we give you a unique address to receive submissions.
Point your HTML form's action to that address. That's it.
Every message lands in your email and is saved in your dashboard.
This is all it takes:
<form action="https://forms.devcml.com/f/TU_ID" method="POST">
<input name="email" type="email" placeholder="Tu correo">
<textarea name="mensaje"></textarea>
<button>Enviar</button>
</form>
Simple outside, complete inside.
Honeypot field and rate limiting to stop bots without bothering your users.
After submit we send the visitor to your thank-you page, or return an OK if you use AJAX.
You get every submission by email with all fields, and the history stays in your dashboard.
Start free. Pay only as you grow.
No. If you have an HTML form, you just change one line (the destination). No servers.
Yes. Send via fetch/axios and we reply with JSON. With classic forms we handle the redirect.
With an invisible honeypot field and rate limiting. Suspicious submissions are flagged and don't reach you.
Of course. It's monthly and you cancel whenever you want, no strings.