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

> Review individual submissions and gain access to analytics, along with a summary.

export const Arcade = ({src}) => {
  const fullSrc = src.startsWith('http') ? src : `https://demo.arcade.software/${src}?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true`;
  return <div style={{
    position: "relative",
    paddingBottom: "calc(56.111111% + 41px)",
    height: "0px",
    width: "100%"
  }}>
      <iframe src={fullSrc} title="build.fillout.com" frameBorder="0" loading="lazy" webkitallowfullscreen="true" mozallowfullscreen="true" allowFullScreen allow="clipboard-write" style={{
    position: "absolute",
    top: "0",
    left: "0",
    width: "100%",
    height: "100%",
    colorScheme: "light"
  }} />
    </div>;
};

## Interactive Demo

<Arcade src="hbZwClXLqV9L30jG2oln" />

## Guides

<CardGroup cols={2}>
  <Card color="#FFC738" icon="chart-tree-map" iconType="regular" href="/view-responses" title="View Responses">
    View all submissions to your form. Use filtering and sorting or export to CSV.
  </Card>

  <Card color="#FFC738" icon="circle-half-stroke" iconType="regular" href="/partial-submissions" title="Partial submissions">
    Automatically save respondents' progress so they can resume later.
  </Card>

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

  <Card color="#FFC738" icon="arrow-trend-up" iconType="regular" href="/analytics" title="Analytics">
    Identify patterns, trends, and areas for improvement like page drop-offs.
  </Card>

  <Card color="#FFC738" icon="print" iconType="regular" href="/print-a-form-submission" title="Print a form submission as PDF">
    Keep hard copies of individual form submissions for your records.
  </Card>

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

## What you'll find in the Results page

**Summary statistics**

Get an overview of key metrics, such as response rate, total submissions, completion rate, and more.

**Visualizations**

Explore visual representations of the data you collect, like charts, graphs, and tables.

**Individual responses**

Review each respondent's submission in detail, including their answers to each question.

**Filtering and sorting**

Use filters and sorting options to find the submissions you need.

**Exporting data**

Export the results summary in various formats, such as CSV or PDF, for further analysis or reporting.
