> For the complete documentation index, see [llms.txt](https://prohelp.assetpanda.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prohelp.assetpanda.com/settings/account-management/forms/form-submission-logs.md).

# Form submission logs

Form Submission Logs enable users to track form responses in a centralized, tabular format. This eliminates the need to navigate between individual records or forms to review submission history. Users can search for specific field values, apply filters, sort results, and export data, making it easier to audit and manage form-based interactions across the platform.

Form logging is available in two formats:

* **Form submissions against one record**: This view displays a detailed log of all submissions tied to a single record. It enables users to review historical submissions for that specific record. Only fields configured to show in the log will appear, with the record's ID being the primary identifier. At this time, collection fields are not supported in the log view.
* **All submissions for a specific form**: This option shows every record that has submitted a particular form, regardless of the record it is associated with. Similar to the per-record log, only select fields (including the ID field) are visible, and collection fields are currently not supported.

***

## View form submission logs

1. Perform one of the following steps to access the forms list:

   * In the navigation pane, click <img src="/files/HHAqVbznZspClbgDBPVz" alt="Account Switcher icon" data-size="line"> **Account Switcher**, select the appropriate account and module, and then expand the **Forms** list.
   * Click <i class="fa-house">:house:</i> to display the current module pane and then expand the **Forms** list..
   * In the navigation pane, select <img src="/files/dLHka5YWbUR3zisHLua6" alt="Settings icon" data-size="line"> **Settings** > **Account Management**, expand the appropriate account and module, and then click **Manage** in the **Forms** tile.

   The list of forms is displayed.
2. Click ![Actions icon](/files/bcnzsf0lmYzkFN6vQTq3) next to the appropriate form and select **View form submissions**. The record of submissions is displayed.
3. Click a **Record ID**. The form submission details are displayed for the selected record.
4. To view all form submissions for the selected record, click **Show record's submissions**.
5. To view the full details of the record, select **View record**. This view shows the record's details, activity, linked records, tickets, and attachments.

### Save the log to a report

You can save the data in the log to a report that can be accessed from the Reports in the navigation pane.

1. Select **Save report**.
2. Enter the **Report name** and **Description** of the report.
3. Click **Save**.

### Export log details

1. View the form submission log.
2. Click ![Actions icon](/files/bcnzsf0lmYzkFN6vQTq3) and then select the appropriate export format. The file is generated made ready for download.
3. Click **Download Link** to download the report file.


---

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

```
GET https://prohelp.assetpanda.com/settings/account-management/forms/form-submission-logs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
