# Display Submission list in account page

Our app allows you to display form submissions and customer metafields directly in the Shopify **Customer Account Page**. This lets customers view their past submissions and edit allowed metafields.

### 🛠️ Edit account page

1. Open the form app > go to app **Settings > Customer account** > click **Edit customer account page**.<br>

   <figure><img src="/files/8cotjSFIKfCQbAFGK7Mo" alt=""><figcaption></figcaption></figure>

💡 You can also open the **Theme Editor** and access the **Customer account** page there.

<figure><img src="/files/pguqqqugXK6PGh6jjNha" alt=""><figcaption></figcaption></figure>

2. In the theme editor, click **Add block (+)** to insert extensions

<figure><img src="/files/tQOLSLmLLitt6xeq3mVb" alt=""><figcaption></figcaption></figure>

You will see a list of available extensions. Choose the ones you want to add.

* **Customer metafields** → Displays customer metafields on the Profile page.

<figure><img src="/files/gVeSgnAVOQzQPzMct76k" alt=""><figcaption></figcaption></figure>

* **View submissions (profile)** → Adds a link on the Profile page that leads to the submissions list.

<figure><img src="/files/6kkwx0qD441HbJiyF7y3" alt=""><figcaption></figcaption></figure>

* **Submission list** → Creates a new page showing all submissions from this customer.<br>

  <figure><img src="/files/RKonDKMkbJbk6tAGeq29" alt=""><figcaption></figcaption></figure>

3. Remember to click **save** in theme editor.&#x20;

***

### 🛠️ Editing customer Metafields on the Account Page&#x20;

In the **Customer account settings**, you can choose which metafields to display and whether customers can edit them.

<figure><img src="/files/qM09HqCCABwkg3UM6YfR" alt=""><figcaption></figcaption></figure>

* Select **Allow edit** to let customers update that metafield in their profile.
* If the option is not enabled, the metafield will still be shown but remain read-only.

**Example:**\
If you enable **Allow edit** for the `gender` metafield, customers will see it in their account profile and can update their gender themselves.

***

### ✅ How It Works

#### 👤 Customer Logs In

They visit:\
\&#xNAN;**/account**

Then click into their account dashboard.

#### 📋 Submission List Displays Automatically

The **Submission List** block will show:

* All forms the customer has submitted
* Submission dates
* Quick preview or details button (depending on your theme)
* A clean, organized table of their past activity

<figure><img src="/files/GtI4jBFiraVyTgI36MHl" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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://docs.powerfulform.com/~/revisions/KRfi0fHdeAFeAhiPrH7G/customer-fields/display-submission-list-in-account-page.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.
