Formbase stores whatever data you submit. It does not enforce a schema or validate field values on the server, so you should validate input in your frontend or in a backend proxy. Use client-side validation for UX and server-side validation when data integrity matters.Documentation Index
Fetch the complete documentation index at: https://docs.formbase.dev/llms.txt
Use this file to discover all available pages before exploring further.
Anyone can bypass browser validation or submit directly to the endpoint. Use server-side validation for critical workflows.