Glossary

Form backend defined.

A form backend is a hosted service that receives your HTML form's POST, then stores, filters and delivers the submission, so your site needs no server of its own.

Definition

How a form backend works

Your form's action attribute points at the backend's endpoint instead of a server you run. When a visitor submits, the browser POSTs the fields straight there: the backend validates them, runs spam checks, stores the submission durably, emails it to you, and fans it out to any integrations you've switched on.

Build that yourself and you're running a server, wiring up SMTP for reliable delivery, adding spam filtering, and maintaining a database to keep every submission. A form backend is that whole stack as one hosted endpoint, so a purely static site can still collect form data.

Related questions

Want to see it working?

Read the docs
Ready in a minute

Use a form backend on your next site.

Free tier forever. No credit card required.