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

# View form submissions

Open submitted entries, review captured values, and confirm the form is collecting the right data.

Use this when you need to review what a form has collected.

This is useful for checking live submissions, validating a new setup, and confirming that saved values match the form fields.

### Where submissions live

From the main **Forms** screen, open **View Submissions** for the form you want to inspect.

### Review form submissions

{% stepper %}
{% step %}

#### Open the correct form

From **Forms**, find the form you want to review.
{% endstep %}

{% step %}

#### Open View Submissions

Click **View Submissions** on that form.
{% endstep %}

{% step %}

#### Open a submitted entry

Select a submission to inspect the captured values.
{% endstep %}

{% step %}

#### Confirm the captured values

Check that the response matches the form fields, required rules, and any automations that should have run.
{% endstep %}
{% endstepper %}

### What to check in a submission

Check these first:

* required fields captured the expected values
* email fields contain the right address
* field names still match the live form structure
* the submission content matches any email or integration output

### Best time to use this page

Use **View Submissions** after:

* launching a new form
* changing field names
* changing required fields
* enabling Klaviyo, Google Sheets, or customer data saving

### Troubleshooting

#### A submission is missing expected values

Check these first:

* the live form includes the field you expect
* the field is not only placeholder text
* the test submission used the current version of the form

#### The saved values do not match the emails or integrations

Open a fresh submission and compare it against:

* the email template
* the Google Sheet row
* the customer profile or metafield output

### Related guides

* [Building with forms](/forms/building-with-forms.md)
* [Email notifications and templates](/forms/email-notifications-and-templates.md)
* [Google Sheets](/integrations/google-sheets.md)


---

# 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.roadmap.so/forms/view-form-submissions.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.
