How Formbase works
Create a form endpoint
Forms live in the dashboard. Each form gets a unique endpoint like
https://formbase.dev/s/your-form-id.Send a submission
Any HTTP client can submit. For static sites, use a normal HTML form. For apps, use fetch or a server action.
Formbase does not enforce a field schema. The
name attributes you send become keys in your submission data.Quick start examples
- HTML form
- Server submit
index.html
