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 metadata columns followed by one column per form field, sorted alphabetically:

ColumnDescription
TimestampISO 8601 timestamp of when the submission arrived
IP AddressSubmitter IP address
User AgentSubmitter user agent string
Testtrue if this was a test submission
Spamtrue if TorchWarden flagged this as spam
Spam ScoreNumeric 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. Values beginning with =, +, -, or @ are prefixed with a single quote to prevent spreadsheet formula injection.

Exporting via API

To fetch submissions programmatically with an API key, use the List Submissions endpoint and page through results with cursor pagination. CSV export via API key is not yet available.

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