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

# View form responses

> View all submissions to your form. Use filtering and sorting to find a specific response or export to CSV.

export const SupportBanner = () => {
  const titleId = React.useId();
  return <div className="support-banner" role="region" aria-labelledby={titleId}>
      <span className="support-banner__ring support-banner__ring--outer" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--middle" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--inner" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--center" aria-hidden="true" />

      <div className="support-banner__content">
        <div className="support-banner__title" id={titleId} role="heading" aria-level="2">Still have questions?</div>

        <div className="support-banner__copy">
          <span className="support-banner__line">Our team is happy to help. Start a live chat using the</span>
          <span className="support-banner__line">
            chat bubble <span className="support-banner__chat-icon" aria-hidden="true" /> in the bottom right, or email us at
          </span>
          <span className="support-banner__line">
            <a href="mailto:support@fillout.com">support{'@'}fillout.com</a>
          </span>
        </div>

        <a className="support-banner__cta" href="mailto:support@fillout.com">Contact us</a>
      </div>
    </div>;
};

## How to view submissions

Open your form, and click `Results` on the top menu. Sort responses or hide columns by hovering over a column header, followed by clicking <Icon icon="caret-down" iconType="solid" color="#000000" size={18} />.

<img src="https://mintcdn.com/fillout-005a867b/YQawwuOhESQFP0L0/images/Screenshot2026-01-07at5.13.48PM.png?fit=max&auto=format&n=YQawwuOhESQFP0L0&q=85&s=3f6c908364f2664967dee9e85fc3bb5d" alt="Screenshot 2026 01 07 At 5 13 48 PM" width="2644" height="550" data-path="images/Screenshot2026-01-07at5.13.48PM.png" />

### Filter submissions

`Filter` to narrow responses based on a specific preference. Click `All time` to change the date range you're viewing.

<img src="https://mintcdn.com/fillout-005a867b/YQawwuOhESQFP0L0/images/Screenshot2026-01-07at5.21.48PM.png?fit=max&auto=format&n=YQawwuOhESQFP0L0&q=85&s=ceaaaba82bdf3dc987d9ccab54df5df1" alt="Screenshot 2026 01 07 At 5 21 48 PM" title="Screenshot 2026 01 07 At 5 21 48 PM" style={{ width:"88%" }} width="2288" height="578" data-path="images/Screenshot2026-01-07at5.21.48PM.png" />

### Export submissions

Click the download icon in the top right to export all of your responses in a formatted CSV respective of the filters.

<img src="https://mintcdn.com/fillout-005a867b/Q_DIqJETLxebVq9O/images/Screenshot2026-01-07at5.23.40PM-1.png?fit=max&auto=format&n=Q_DIqJETLxebVq9O&q=85&s=652f856cdc135701d508ff40e5fb2c0f" alt="Screenshot 2026 01 07 At 5 23 40 PM" title="Screenshot 2026 01 07 At 5 23 40 PM" style={{ width:"22%" }} width="472" height="278" data-path="images/Screenshot2026-01-07at5.23.40PM-1.png" />

### <Icon icon="keyboard" iconType="solid" color="#000000" size="22" /> Shortcuts

* `⌘ + F` or `Ctrl + F` while clicking on any cell to search through your entries
* `⌘ + C` or `Ctrl + C` on a cell to copy its contents
* `Double-click any cell` to enlarge its contents (helpful for long inputs)

### Submission limits

Submission counts are measured **per calendar month** (1st–30th/31st) for all plans. This does not include test responses submitted in preview mode.

|                          | **Free** | **Starter** | **Pro** | **Business** | Enterprise | Team      |
| ------------------------ | -------- | ----------- | ------- | ------------ | ---------- | --------- |
| Max responses per month  | 1,000    | 2,000       | 5,000   | Unlimited    | Unlimited  | Unlimited |
| Partial submissions view | ❌        | ❌           | ❌       | ✔️           | ✔️         | Unlimited |

## View individual submissions

Hover over a cell and click <Icon icon="arrow-up-right-and-arrow-down-left-from-center" size={14} /> to view the answers and submission details. Here, you can [comment and tag](/help/comment) your teammates.

<img src="https://mintcdn.com/fillout-005a867b/YQawwuOhESQFP0L0/images/Screenshot2026-01-07at5.17.35PM.png?fit=max&auto=format&n=YQawwuOhESQFP0L0&q=85&s=0bff13a5c62a84e96fcbb57fce1b73ff" alt="Screenshot 2026 01 07 At 5 17 35 PM" width="2646" height="1402" data-path="images/Screenshot2026-01-07at5.17.35PM.png" />

Click <Icon icon="angle-up" /> or <Icon icon="angle-down" /> to quickly go to view other individual responses as a whole.

## Check misconfiguration errors

Fillout alerts you of any misconfiguration errors. For example, you recently changed a field type in your Airtable/Notion database, but forgot to change it in Fillout.

<img src="https://mintcdn.com/fillout-005a867b/YQawwuOhESQFP0L0/images/Screenshot2026-01-07at5.33.43PM.png?fit=max&auto=format&n=YQawwuOhESQFP0L0&q=85&s=003658f6555853662132e62cfa127234" alt="Screenshot 2026 01 07 At 5 33 43 PM" title="Screenshot 2026 01 07 At 5 33 43 PM" style={{ width:"53%" }} width="1158" height="414" data-path="images/Screenshot2026-01-07at5.33.43PM.png" />

Click the `warning icon` <Icon icon="triangle-exclamation" /> to view the error in the right-hand panel. You can also enable [error notifications](/help/email-notifications) to get notified via email.

## Related articles

<CardGroup cols={3}>
  <Card title="Partial submissions" color="#FFC738" icon="circle-half-stroke" iconType="solid" href="/help/partial-submissions">
    Auto-save progress so respondents can resume later.
  </Card>

  <Card title="Summary" color="#FFC738" icon="list-ul" iconType="regular" href="/help/summary">
    Get an overview of form responses and visualize them as charts.
  </Card>

  <Card title="Analytics" color="#FFC738" icon="arrow-trend-up" iconType="regular" href="/help/analytics">
    Identify patterns, trends, and improve drop-off rates.
  </Card>
</CardGroup>

<SupportBanner />
