> ## 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.

# Form Results Summary

> Get a quick and comprehensive overview of all your form responses. Visualize submissions as pie charts or bar charts and print the summary.

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 summary

Click `Results` on top followed by `Summary`. Answers are sorted by recency, with the most recent answers at the top.

<img src="https://mintcdn.com/fillout-005a867b/gJ7S0HG-VY1BDstL/images/Screenshot2026-01-07at6.11.42PM.png?fit=max&auto=format&n=gJ7S0HG-VY1BDstL&q=85&s=ec05b24ed8c12a19f6c32491522033ff" alt="Screenshot 2026 01 07 At 6 11 42 PM" width="2648" height="1382" data-path="images/Screenshot2026-01-07at6.11.42PM.png" />

<Warning>
  The summary is only generated from the latest 5,000 responses. Older submissions are excluded.
</Warning>

If an answer catches your interest and you want to see the respondent's full submission, click <Icon icon="ellipsis-vertical" /> to `View response`.

<img src="https://mintcdn.com/fillout-005a867b/gJ7S0HG-VY1BDstL/images/Screenshot2026-01-07at6.13.42PM.png?fit=max&auto=format&n=gJ7S0HG-VY1BDstL&q=85&s=1f67bcb88735a369cbb650967cebe47e" alt="Screenshot 2026 01 07 At 6 13 42 PM" title="Screenshot 2026 01 07 At 6 13 42 PM" style={{ width:"53%" }} width="1122" height="682" data-path="images/Screenshot2026-01-07at6.13.42PM.png" />

The right-hand panel will show you answers to other questions. You'll also see submission details at the bottom like what type of browser they used and when they submitted your form.

## Visualize your data

Fillout helps you spot trends across your survey results. Choice questions are summarized with a bar chart. Change the view by clicking <Icon icon="chart-pie-simple" iconType="solid" />.

<img src="https://mintcdn.com/fillout-005a867b/gJ7S0HG-VY1BDstL/images/Screenshot2026-01-07at6.19.59PM.png?fit=max&auto=format&n=gJ7S0HG-VY1BDstL&q=85&s=00a86d5abdcd8a83462c118c776caa08" alt="Screenshot 2026 01 07 At 6 19 59 PM" title="Screenshot 2026 01 07 At 6 19 59 PM" style={{ width:"55%" }} width="1122" height="678" data-path="images/Screenshot2026-01-07at6.19.59PM.png" />

<Warning>
  For performance and readability, the pie chart toggle is only available for choice questions with 200 options or fewer and text questions with 20 or fewer unique responses.
</Warning>

## Print and download summary

Simply click the `print icon` <Icon icon="print" /> on the top right to get a hard copy of the summary. In the popup screen, you'll also be able to download this by clicking `Save as PDF` or `Download` depending on your device.

## 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="View Responses" color="#FFC738" icon="chart-tree-map" iconType="regular" href="/help/view-responses">
    View all submissions to your form. Filter, sort, or export to CSV.
  </Card>

  <Card title="Delete submissions" color="#FFC738" icon="trash-can" iconType="regular" href="/help/delete-a-form-submission">
    Remove duplicates, and other unnecessary entries.
  </Card>
</CardGroup>

<SupportBanner />
