Spreadsheet compatible
Exports use UTF-8, deterministic columns, and CSV formatting designed for common spreadsheet applications.
CSV export
Export current PostMyForm submissions to a spreadsheet-compatible CSV for review, analysis, migration, or a portable copy of your form data.
Export up to 10,000 current, non-archived submissions per download.
Example export structure
"Submission ID","Received At","Status","Email","Read","Archived At","Field: name","Field: message"
"submission-123","2026-09-06T18:00:00.000Z","accepted","visitor@example.com","false","","Taylor","Hello"Submitted field names become deterministic columns after the fixed submission metadata.
Portable form data
Exports use UTF-8, deterministic columns, and CSV formatting designed for common spreadsheet applications.
Your form fields become predictable CSV columns alongside stable submission metadata.
Formula-like submitted values are neutralized when the CSV is generated.
Internal IP hashes, user agents, provider metadata, delivery events, and application secrets are excluded.
Use your data elsewhere
PostMyForm provides the CSV. You decide how to review, analyze, store, or import it.
Designed for submitted data
The CSV excludes internal IP hashes, user agents, referrers, origins, spam-scoring implementation details, provider identifiers, delivery-event metadata, and application secrets.
Formula-like submitted values are neutralized for spreadsheet safety. Form submissions are still user-supplied data and should be handled accordingly.
CSV export questions
The current production export supports up to 10,000 submissions per download.
No. The current production export contains current, non-archived submissions only.
Yes. Submitted field names become deterministic columns after the fixed submission metadata columns.
No. The current release provides an on-demand CSV download and does not provide scheduled exports or automatic synchronization.
Create a PostMyForm endpoint for your static website and export current submissions when you need them.