Formbase stores submission data as a JSON object with dynamic keys. Each key corresponds to aDocumentation Index
Fetch the complete documentation index at: https://docs.formbase.dev/llms.txt
Use this file to discover all available pages before exploring further.
name attribute from your form.
This reference helps you understand what appears in the dashboard and what shows up in JSON exports.
Basic example
File uploads
When a submission includes a file, Formbase stores a URL underfile or image based on the MIME type.
Notes
- Keys are created automatically from field names.
- JSON submissions can include arrays or nested objects.
- CSV exports flatten only the top-level keys.
If multiple file inputs are submitted in one request, only one
file and one image URL are kept.