How to Export Form Submissions
Go to Forms → Submissions, click Export, and your browser downloads exported-submissions.zip — one spreadsheet per form. Open it in Excel, Numbers, Google Sheets, or LibreOffice. Use this for monthly sales handoffs, GDPR data requests, pre-deletion backups, and CRM imports.
The export covers every submission across all your active forms — or scoped to one form if you filter first. No configuration required.
Each form becomes a CSV file inside the ZIP, with one row per submission and one column per field. Opens in any spreadsheet tool without transformation.
Always run an export before bulk-deleting submissions. The dated ZIP is your safety net for privacy requests, migrations, and year-end records.
Where to go
From your admin, click Forms in the sidebar, then click Submissions. You land on the combined list of every submission — most recent first — each row tagged with its form name. To scope the export to one form, click that form's name in the form picker before you export. The Export respects whatever filter is active. Leave the screen unfiltered to export all forms at once.
Steps — export submissions

The full process takes under three minutes for most sites.
From your admin Dashboard, click Forms in the sidebar, then click Submissions. You see every submission, most recent first, each row tagged with its form name. To scope the export to one form, click that form's name in the form picker. The Export respects whatever filter is active.
Find the Export or Export submissions button — usually top-right of the list, or in the page actions menu. Click it. Your browser begins preparing the download. Expect one second for small sites, up to ten seconds for thousands of submissions.
Your browser offers to save exported-submissions.zip. Accept the default (Downloads folder) or pick a specific location. The file is a standard ZIP — unzip with File Explorer on Windows or Finder on Mac.
Double-click the ZIP to extract. You will find one spreadsheet per form, named like Contact_Us_7.csv and Wholesale_Inquiry_3.csv. The number is the form's internal identifier. Open any of them in Excel, Numbers, Google Sheets, or LibreOffice.
What you get
The export is a one-time snapshot — not a live feed. Each CSV opens immediately in any spreadsheet tool.
One ZIP file — exported-submissions.zip. One CSV per form, named with the form title and its internal ID (e.g. Contact_Us_7.csv). Each CSV has one row per submission and one column per field, plus system columns for date, form name, form ID, and sent status.
Included: active, read, and unread submissions currently visible on the Submissions screen. Not included: permanently deleted submissions, trashed form submissions, and form structure (fields, rules, layout). For form structure, use the Forms backup action.
When to use the export
The export is the right tool any time you need form data outside the admin.
Filter to your contact form, click Export, and email the spreadsheet to your sales team — no admin access required on either side.
Export all forms, unzip the result, and search each spreadsheet for the visitor's email. Extract matching rows, then send them as the data-subject response. Log the request date and response date in your privacy log.
Always export before bulk-clearing submissions. Rename the file with the date — e.g. forms-export-2026-Q1-pre-delete.zip — and move it to your business records folder before you delete anything.
Bridge historical form data into a new tool. The CSV maps directly to standard import fields with no transformation.
Keep a dated snapshot alongside your other annual business records. A quarterly export schedule covers most needs.
Pull submission counts or contact details into a weekly or monthly report by opening the CSV in your spreadsheet of choice.
Column reference
Every CSV in the export ZIP shares the same column layout. System fields come first, then your custom form fields.
Form ID — internal identifier matching the number in the filename.
Form Name — display name of the form as it appears in your admin.
Is sent? — Y if the notification email was delivered; N if not.
Date — submission timestamp in YYYY-MM-DD HH:MM format.
Every field you defined on the form appears as a column, prefixed with ** for easy identification — for example, **Name, **Email, **Message. This prefix makes it easy to distinguish your data columns from system columns in the spreadsheet.
What to do if it does not work
Most issues have a quick fix.
Check your browser's download bar for a blocked-download warning. Click the warning and confirm you want to keep the file. Some browser configurations block automatic downloads — allow it when prompted.
No submissions matched your current filter. Confirm you have the right form selected (or leave unfiltered), then try again.
Download again. A network interruption during a slow export can produce a partial file.
Character encoding issue common with Excel on Windows. Go to Data → From Text/CSV and choose UTF-8. Numbers, LibreOffice, and Google Sheets open correctly by default.
Expected. You added that field after those submissions were collected, so earlier rows have no data for it.
Always choose Disable formulas. This is a standard spreadsheet safety prompt — not a SGEN error. If this appears often, your form may be receiving submissions with formula-injection attempts.
A form filter was active before you clicked Export. If you filtered to a single form, only that form's CSV is included. Clear the filter and export again to get all forms.
Try again on a stable connection. If it persists, contact support — an unusually large submissions table may need a different approach.
SGEN trims long form names in the filename to stay within filesystem limits. The Form Name column inside the CSV always contains the full name.
