Account & Data · Last updated April 23, 2026
Exporting data
Grab your submissions in CSV or JSON format directly from the dashboard — no API calls or tokens needed. Useful for moving data into a spreadsheet, a CRM, or your own long-term storage.
How to export
- Open your form's submissions page in the dashboard.
- Click the Export button in the top right.
- Choose CSV or JSON.
- The file downloads automatically.
Formats
CSV exports flatten each submission into one row, with field names as columns. JSON exports preserve original types and nested values, and include metadata like the submission ID and timestamp.
Automating exports
If you want submissions in another system continuously rather than in weekly batches, use a webhook — SaveForm will push each submission the moment it arrives, no polling required.