Submissions
View and inspect form responses inside the builder. Covers where submissions live, what data they contain, quiz scoring, and real-time updates.
Where to View Submissions
Open the form in the builder and switch to the Submissions tab. This tab lists every response the form has received, newest first. Select a submission to see its full details.
Submission Data
Each submission contains:
- Form answers: The respondent's inputs, stored as a JSON object keyed by field. The structure matches the form's pages, sections, and fields.
- Participant metadata: The submitter's IP address and user agent, captured at submit time.
- Timestamp: When the submission was received.
Quiz Scoring
For forms configured as quizzes, each submission includes a score field reflecting the number of correct answers. The score is computed automatically when the submission is recorded and is shown alongside the answers in the detail view.
Exporting Data
There is no built-in CSV export in the builder. Submission data is available as JSON through the API, which you can use to build custom exports or pipe into downstream tools. See the API reference for the submissions endpoint.
Real-Time Updates
The Submissions tab updates in real time. When a new response arrives while you have the tab open, it appears at the top of the list without a manual refresh. This is useful for monitoring a live form during an event or campaign.