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

# Member Form Submissions

{% hint style="info" %}
This feature is available from Umbraco Forms 17.5 and 18.1.
{% endhint %}

The member editor in the **Members** section includes a **Forms** tab. The tab lists the forms a member has submitted and lets you open their entries without leaving the Members section.

## The Forms tab

Open a member in the **Members** section. The **Forms** tab appears alongside the member's other tabs.

![The Forms tab on a member, showing the empty state for a member with no entries](/files/VUdYQhGT5GBKnyOecoXE)

The tab is hidden in two cases:

* The member is new and has not been saved. A new member has no entries.
* You do not have access to the **Forms** section.

## Listing forms

The tab lists every form the member has at least one entry for, with the number of entries per form.

![The Forms tab listing a form the member has submitted, with the entry count](/files/hCh0lvH6cNq6wHE71UrJ)

Forms the member has not submitted are not listed. Forms you do not have permission to access are not listed either.

When the member has no entries for any form, the tab shows a standard empty state.

## Navigating to entries

From the list you can drill into the member's activity:

* Select a **form name** to open the form's details in the **Forms** section.
* Select the **entry count**, or **View entries for this form**, to open the member's entries for that form.
* Select an **entry** to open the entry details.

The entries and entry details reuse the same views as [Viewing And Exporting Entries](https://github.com/umbraco/UmbracoDocs/tree/main/17/umbraco-forms/viewing-and-exporting-entries.md), filtered to the current member.

## Permissions

The Forms tab respects Forms permissions.

* The tab is hidden when you do not have access to the **Forms** section.
* Forms you cannot access are filtered out of the list on the server, so they are never shown or navigable.


---

# 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.umbraco.com/umbraco-forms/17.latest/editor/member-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.
