> ## Documentation Index
> Fetch the complete documentation index at: https://docs.scanova.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Viewing & exporting responses

> View, export, and manage form responses.

<Warning>
  An earlier version of this page said the response viewer was "coming soon." That's no longer accurate — the response viewer is fully built and shipped, with an analytics overview, a filterable response table, and export. This page describes the shipped feature.
</Warning>

## Opening a form's responses

From the forms list, click a form's name (or its response count) to open the form's detail view. It has three tabs: **Overview**, **Responses**, and **Linked QR Codes**.

## Overview tab

The Overview tab is an analytics dashboard for the form, scoped to a selectable date range (**7d** / **30d** / **90d** / **1y**):

* **Total Entries**, **Completed**, **Skipped**, and **Completion Rate** stat cards, each with a period-over-period trend indicator
* A **Responses over time** chart — daily submission count for the selected period
* A **Responses by Source** breakdown

The side panel also shows the form's ID, total entries, number of linked QR codes, and creation/modification dates, plus **Export** and **Edit Form** buttons.

<Frame caption="The Overview tab for a form with no responses yet">
  <img src="https://mintcdn.com/scanova-api/2FTGGTqcp1qRUtvm/images/v2/forms/responses/overview-tab.png?fit=max&auto=format&n=2FTGGTqcp1qRUtvm&q=85&s=a25d73aa112dd948d2972b2db9e75b97" alt="Form Overview tab showing Total Entries, Completed, Skipped, and Completion Rate stat cards all at zero, a Responses over time chart, and a Responses by Source panel reading 'No responses collected yet'" width="1440" height="900" data-path="images/v2/forms/responses/overview-tab.png" />
</Frame>

## Responses tab

The Responses tab lists every submission for the form in a data table, with columns for:

* **Submitted** — the response's submission date/time
* **QR Code** — which linked QR code the response came in through (or "Direct" if the form was filled without a QR code in between)
* **Response** — a truncated preview of the answers, or a **Skipped** badge if the respondent used the Skip button instead of submitting
* Row actions — a button to view the full response in a detail sheet, and a dropdown to delete the response

A **Date** filter above the table opens a range calendar with quick presets (**Today**, **Yesterday**, **This Week**, **Last Week**, **This Month**, **Last Month**) plus a two-month calendar view and an **Apply** button, for narrowing the table to a specific window.

<Frame caption="The Date range filter on the Responses tab">
  <img src="https://mintcdn.com/scanova-api/2FTGGTqcp1qRUtvm/images/v2/forms/responses/date-filter.png?fit=max&auto=format&n=2FTGGTqcp1qRUtvm&q=85&s=f12e69e18ae1080fa25cfd5ff06a13d5" alt="Date filter popover showing quick preset buttons (Today, Yesterday, This Week, Last Week, This Month, Last Month) above a two-month calendar picker with an Apply button" width="1440" height="900" data-path="images/v2/forms/responses/date-filter.png" />
</Frame>

Before any responses have been collected, the table shows an empty state instead of column headers:

<Frame caption="The Responses tab before any submissions have come in">
  <img src="https://mintcdn.com/scanova-api/2FTGGTqcp1qRUtvm/images/v2/forms/responses/responses-tab-empty.png?fit=max&auto=format&n=2FTGGTqcp1qRUtvm&q=85&s=cd67f50b75f548fe2d16f5f54072b1b8" alt="Responses tab showing an inbox icon with 'No responses yet' and the message 'Responses will appear here once people start submitting your form.'" width="1440" height="900" data-path="images/v2/forms/responses/responses-tab-empty.png" />
</Frame>

Deleting a response asks for confirmation first ("This cannot be undone. The submission data will be permanently removed.") and immediately refreshes the table and the Overview tab's stat cards.

## Linked QR Codes tab

This tab lists every QR code currently configured to use the form, with each row showing the QR code's name, ID, short URL, active/inactive status, and **Manage** / **Unlink** actions. A **Link QR Code** button lets you attach the form to another QR code without leaving the responses view.

<Frame caption="A form linked to one QR code">
  <img src="https://mintcdn.com/scanova-api/2FTGGTqcp1qRUtvm/images/v2/forms/responses/linked-qr-codes-tab.png?fit=max&auto=format&n=2FTGGTqcp1qRUtvm&q=85&s=ffa5d08ca5f56c6e66b6e30d10b687bf" alt="Linked QR Codes tab showing one linked QR code named Untitled with its QR ID, short URL new.scnv.io/KCE4, an Active status badge, and Manage/Unlink actions, plus a Link QR Code button" width="1440" height="900" data-path="images/v2/forms/responses/linked-qr-codes-tab.png" />
</Frame>

See [Skip button & form gates](/forms/skip-button-and-gates) for how a form actually gets linked to a QR code, including display style and timing.

## Exporting responses

Click **Export** (available from any tab, in the side panel) to trigger an export of the form's responses. The button shows an **Exporting…** state while the request is in flight.

## Where to go next

* [Building a form](/forms/building-a-form) — templates, question types, and form settings.
* [Skip button & form gates](/forms/skip-button-and-gates) — linking a form to a QR code and configuring how it's gated.

## Related

* [Building a form](/forms/building-a-form) — templates, question types, and form settings.
* [Skip button & form gates](/forms/skip-button-and-gates) — linking a form to a QR code and configuring how it's gated.
* [Analytics dashboard](/analytics/dashboard) — scan-level analytics alongside this form-level Overview tab.
