Skip to Content
FeaturesExport Submissions

Export Submissions

Available on all plans. See pricing.

Every form in Formtorch supports CSV export. You can download all submissions or filter by date range and export directly from the dashboard — no API required.

Need to automate exports or archive before data ages out? See Exporting & Archiving Data for a complete workflow guide.

Exporting from the dashboard

Open your form

In the dashboard , navigate to your form’s Submissions page.

Click Export

Click the Export button in the top right of the submissions table.

Choose a date range

Select the range you want to export:

RangeDescription
Last 24 hoursSubmissions from the past day
Last 7 daysSubmissions from the past week
Last 30 daysSubmissions from the past month
All timeEvery submission for this form

Download

The CSV file downloads immediately. For large exports, the download streams progressively so you don’t have to wait.

CSV format

The export includes all field values plus metadata columns:

ColumnDescription
submittedAtISO 8601 timestamp of when the submission arrived
isSpamtrue or false
spamScoreNumeric spam score from TorchWarden
[field name]One column per form field, named by the input’s name attribute

Nested objects (e.g. from JSON submissions) are flattened using dot notation: address.city, address.zip.

Exporting via API

If you need to automate exports or process large datasets programmatically, use the Export Submissions API endpoint. It supports the same date range filters and streams the CSV response.

Data included

  • Real submissions (non-spam, non-test) are always included
  • Spam submissions are included in the export with isSpam=true
  • Test submissions are excluded from exports by default

Retention and export limits

Your plan’s data retention period affects what’s available to export:

PlanSubmission history
Free30 days
Starter1 year
ProUnlimited

Submissions older than your plan’s retention limit are not available for export. Upgrade your plan to access older data.

Last updated on