> For the complete documentation index, see [llms.txt](https://help.byinspiredlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.byinspiredlabs.com/others/faqs/view-contact-form-submissions.md).

# View contact form submissions

When a customer submits a contact form on your Shopify store, the submission details are sent directly to the **sender email address** associated with your store.

### **1. View submission emails:**

* Check your email inbox associated with the sender email address to view all contact form submissions.
* Submissions will include details such as the customer's message, name, and email address.

### **2. Update the sender email address:**

* Log in to your **Shopify admin**.
* Navigate to **Settings** > **Notifications**.
* Locate and edit the **Sender email** field.

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/119aa724-60b4-4b6e-ab65-1153a8fbaf1e/Screenshot%202024-12-23%20at%202.44.01%E2%80%AFPM.png" alt=""><figcaption></figcaption></figure>

* Save your changes to ensure future contact form submissions are directed to the updated email address.


---

# 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://help.byinspiredlabs.com/others/faqs/view-contact-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.
