Help Center menu

Viewing responses

Access all submissions for any form from the Responses page.

Getting to responses

There are two ways to view responses:

  1. Click the "Responses" button in the top navigation bar when editing a form
  2. From the dashboard, click the response count on any form card

Views

The responses page has three views:

Summary view

Shows aggregate data for each question:

  • Multiple Choice / Dropdown — Bar charts showing the count and percentage for each option
  • Rating — Distribution chart with the average score
  • Yes / No — Pie-style breakdown with counts
  • Text fields — Shows the total count of responses

Table view

A spreadsheet-like table with one row per response and one column per question. Features:

  • Click any row to open the response detail panel
  • Sort by clicking column headers
  • Pagination with cursor-based loading (50 responses per page)

Individual view

Browse through responses one at a time using Previous/Next navigation. Shows the complete submission with all answers, timestamp, and time to complete.

Response detail panel

Click any response in the table to open the side panel. It shows:

  • Every answer in the submission
  • File upload links (clickable to download)
  • Submission timestamp
  • Time to complete (in seconds)

Give feedback

Was this resource helpful?

|

Up next

Exporting to CSV

Export all your response data as a CSV file for use in spreadsheets, databases, or analytics tools.

Read more

FAQs

Indefinitely, while the form (and your account) exists. Delete a response and it's permanently removed within 24 hours; delete the form and every associated response goes with it.

You can sort by any column today, and search across answers via the Ctrl/Cmd+K command palette. Inline filtering on the responses table is on the roadmap.

No — webhooks are fire-and-forget. If your endpoint returns a non-2xx status, the submission is still saved but the webhook is not retried. Use a tool like webhook.site to confirm your endpoint is reachable.