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

# Submissions

> View, manage, and export your form responses — with a per-field overview panel and submission table

The Submissions page is where you view, manage, and export all your form responses. A submissions table shows each response, and an overview panel on the right gives you totals, a recent trend chart, and field-by-field breakdowns.

<img src="https://mintcdn.com/formhug-8bc4ebd1/G9oY8IClAvYHkhzC/images/basic-features/form-data-submissions-report.jpg?fit=max&auto=format&n=G9oY8IClAvYHkhzC&q=85&s=d7fd8bb14b997b6a5890ace28d27ef31" alt="FormHug submissions table with right-side overview panel showing totals, chart, and field breakdowns" width="4218" height="2492" data-path="images/basic-features/form-data-submissions-report.jpg" />

For spreadsheet workflows, connect [Google Sheets](/integrations/google-sheets). For self-service lookups, use <a href="https://formhug.ai/public-query" target="_blank">Public Query</a>. If you want to publish lookup-style results without giving people dashboard access, see <a href="https://formhug.ai/blog/build-lookup-page-from-excel" target="_blank">build a lookup page from Excel</a> and <a href="https://formhug.ai/blog/share-exam-scores-competition-results-online" target="_blank">share exam scores online</a>.

## Overview Panel

The overview panel on the right side of the submissions page gives you a quick summary of your form's performance:

| Metric               | Description                                |
| -------------------- | ------------------------------------------ |
| **Total Data**       | Total number of submissions received       |
| **Today's New**      | Submissions received today                 |
| **Form Views**       | Total times the form was opened            |
| **7-day chart**      | Submission volume over the last seven days |
| **Field breakdowns** | Response distribution for each field       |

## Viewing Submissions

Access submissions from your form's **Data** tab. Click any row to open the full submission detail view.

**What you can see:**

* All field values for the submission
* Submission timestamp and ID
* Status and any notes or comments

## Managing Submissions

| Action           | Description                                   |
| ---------------- | --------------------------------------------- |
| **View Details** | Open full submission details                  |
| **Add Notes**    | Attach internal notes visible to your team    |
| **Add Comments** | Collaborate with team members on a submission |
| **Share**        | Share an individual submission                |
| **Edit**         | Modify submission data                        |
| **Delete**       | Remove a submission                           |

## Bulk Actions

Select multiple submissions to:

* Export to Excel or CSV
* Delete in bulk
* Send emails (if an email field exists)

## Exporting Data

<Steps>
  <Step title="Select submissions">
    Check the submissions you want to export, or select all.
  </Step>

  <Step title="Click Export">
    Choose **Export** from the actions menu.
  </Step>

  <Step title="Choose format">
    Select Excel (.xlsx) or CSV.
  </Step>

  <Step title="Download">
    Your file downloads automatically.
  </Step>
</Steps>

## Filtering & Searching

Find specific submissions:

* Search by any field value
* Filter by date range or field values
* Sort by any column

## Related

<CardGroup cols={2}>
  <Card title="Reports" icon="chart-pie" href="/features/data/reports">
    Analyze trends across your submission data
  </Card>

  <Card title="Notifications" icon="bell" href="/features/settings/notifications">
    Get alerted when new submissions arrive
  </Card>

  <Card title="Google Sheets Integration" icon="table" href="/integrations/google-sheets">
    Sync new submissions to a live spreadsheet
  </Card>

  <Card title="Public Query" icon="magnifying-glass" href="https://formhug.ai/public-query" target="_blank">
    Let people search their own record without dashboard access
  </Card>

  <Card title="Build a Lookup Page from Excel" icon="book-open" href="https://formhug.ai/blog/build-lookup-page-from-excel" target="_blank">
    Turn existing spreadsheet rows into a public search page
  </Card>
</CardGroup>
