DashboardForms
Form Submissions
View and export collected form submission data.
Every form submission is stored and accessible from the Submissions tab on the form detail page (or form drawer).
To view submissions, navigate to your site dashboard → Forms tab → click Manage next to a form (or select it inside the Page Editor and click Edit form fields & settings) → click Submissions tab.
Screenshot placeholder
Form submissions table
Viewing Submissions
The submissions tab displays a table of all submitted responses, ordered by submission date (newest first).
Columns Displayed
- Date — The local date and time the visitor submitted the form.
- Status — Displays
NEW,READ,SPAM, orARCHIVED. Note: Submissions caught by honeypots or reCAPTCHA validation are tagged asSPAM. Manual status overrides or details drawers are not currently exposed in the dashboard UI and will be introduced in a future release. - Fields — A dynamically generated column for each field name configured on the form, displaying the submitted values (e.g. text inputs, checkboxes, or file attachment URLs).
- IP Address — The visitor's IP address.
Pagination Controls
By default, submissions are paginated to keep the interface fast:
- Page Size: Select how many entries to show per page (10, 20, 50, or 100) using the dropdown menu in the bottom-left corner.
- Page Navigation: Use the pagination buttons at the bottom right (First, Prev, Next, Last) to navigate pages.
Exporting Submissions to CSV
You can export your complete submission history for external analysis:
- Click the Export CSV button in the top right of the submissions area.
- The exporter will automatically fetch all records across all pages from the server.
- Your browser will download a file named
[your-form-slug]-submissions.csv.
The exported CSV file contains the following columns:
- Date (ISO format timestamp)
- Status
- Field values (with header columns matching your field labels)
- IP Address
- User Agent
- Referrer (the page URL where the visitor submitted the form)