> For the complete documentation index, see [llms.txt](https://docs.dapta.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dapta.ai/dapta-forms/results.md).

# Submissions & Analytics

Where the answers to your Dapta Forms land. Read individual responses under Submissions, download them as a CSV, and measure views, completion and drop-off under Analytics.

Every time someone opens, starts or finishes one of your forms, Dapta Forms records it. Two screens turn that into something you can use: **Submissions** lists the answers row by row, and **Analytics** shows how many people got through and where they stopped.

Both screens always belong to **one** form. There is no combined inbox across forms, so the first thing you do is pick which form you want to read.

***

## Two ways in

**From the left menu.** Click **Submissions** or **Analytics** in the sidebar and you get a picker: one card per form, with a quick figure on each (the number of submissions, or the completion rate). Click **View submissions** or **View analytics** to open that form.

<figure><img src="https://3835013762-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCy5rSNtQmtqYCGzJlNEB%2Fuploads%2Fgit-blob-1e04b8c40325631a6bf6049e54451b6c4572a48d%2Fforms-results-01-submissions-picker.png?alt=media" alt="The Submissions picker listing every form in the workspace with a submission count on each card"><figcaption><p><strong>Submissions</strong> and <strong>Analytics</strong> in the sidebar open a picker: choose the form you want to read.</p></figcaption></figure>

**From a single form.** Once you are inside a form, the tab strip at the top of the page moves you between **Edit**, **Analytics** and **Submissions** without going back to the list. **Back to forms** returns to the full list.

<figure><img src="https://3835013762-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCy5rSNtQmtqYCGzJlNEB%2Fuploads%2Fgit-blob-9368722dde43def6fc4499c797a6950325b9a1b9%2Fforms-results-02-form-tabs.png?alt=media" alt="The tab strip above a form with Edit, Analytics and Submissions, with Submissions active"><figcaption><p>The same three screens for one form, one click apart.</p></figcaption></figure>

> **💡 Tip:** The **Forms** list also has **Submissions** and **Analytics** links on every row, so you can jump straight from the list to the responses of a specific form.

***

## In this section

* [Submissions](/dapta-forms/results/submissions.md): the response table, the **All** / **Completed** / **Partial** filters, deleting a row, and exactly what is stored with each answer.
* [Uploaded files](/dapta-forms/results/uploaded-files.md): open, preview and download the files people attached to a **File upload** question.
* [Export to CSV](/dapta-forms/results/export-csv.md): download the responses as a spreadsheet, with the full column list and what the status values mean.
* [Analytics](/dapta-forms/results/analytics.md): date ranges, the metric cards (**Views**, **Starts**, **Submissions**, **Completion rate**, **Time to complete**, **Partial submits**), the **Trends** chart and the question-by-question drop-off table.

## What's next

* [Partial submissions (lead capture point)](/dapta-forms/builder/partial-submissions.md): save answers before someone reaches the end.
* [Scoring](/dapta-forms/logic/scoring.md): where the **Score** column comes from.
* [Webhooks](/dapta-forms/connect/webhooks.md) and [HubSpot](/dapta-forms/connect/hubspot.md): push each response somewhere else as it arrives.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.dapta.ai/dapta-forms/results.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
