CSV Export with Date Range Filters
Getting your data out of Formtorch should be frictionless. Today's release adds one-click CSV export directly from any form's submissions page.
What's included
Each export contains all submission fields plus metadata: timestamp, IP address, user agent, spam score, and signals. Nested objects are automatically flattened using dot notation (e.g., address.city).
Date range filters
Choose the range that fits your workflow:
- Last 24 hours: daily review or incident triage
- Last 7 days: weekly digest
- Last 30 days: monthly reporting
- All time: full data archive
Built for scale
The export uses a streaming API route and cursor-based pagination internally, so it scales to millions of rows without timing out or eating server memory. Your browser receives data progressively as it streams.
Formula injection protection
Cell values that start with =, +, -, or @ are prefixed with a tab character to prevent spreadsheet formula injection, a common security issue with CSV exports that's easy to overlook.
How to use it
Go to any form's Submissions page and click Export CSV in the top-right toolbar. Select your date range, and the download starts immediately.
We’d love to hear from you
Have feedback on this update, or an idea for a feature you’d like to see? We read every message and genuinely take them into account as we build.
hello@formtorch.com