Formbase is designed to accept submissions from any frontend. TheDocumentation Index
Fetch the complete documentation index at: https://docs.formbase.dev/llms.txt
Use this file to discover all available pages before exploring further.
/s/<form-id> endpoint includes permissive CORS headers so you can post from different domains without extra configuration.
This is especially useful for static sites, Jamstack apps, and client-side forms.
Default CORS behavior
Access-Control-Allow-Origin: *Access-Control-Allow-Methods: POST, OPTIONSAccess-Control-Allow-Headers: Content-Type, Authorization
OPTIONS preflight requests.
If you self-host and want stricter CORS rules, place Formbase behind a proxy that enforces allowed origins.