Anyone can bypass browser validation or submit directly to the endpoint. Use server-side validation for critical workflows.
Security
Input Validation
Validate data before submitting to Formbase.
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.