> For the complete documentation index, see [llms.txt](https://docs.zigpoll.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zigpoll.com/tutorials/shopify-order-contact-form.md).

# Shopify Order Contact Form

Add a contact form to your Shopify order status pages

Add a Zigpoll contact form to your Shopify order status pages so customers can send feedback or ask questions when checking on their order.

#### Step #1: Install the Shopify App

Install the [Zigpoll Shopify App](https://apps.shopify.com/zigpoll) from the Shopify App Store.

#### Step #2: Create Your Survey

1. Open Zigpoll from Shopify admin → **Apps → Zigpoll** and click **New Survey**.
2. **Step 1: Questions** — we recommend the **Contact Us** template, but you can build from scratch.
3. **Step 2: Delivery** — select **Order Status Only**, so it appears when customers return to check their order, not on the Thank you page.
4. Finish the remaining step, enter a **Survey Title** such as "Order Status Contact Form", and click **Create Survey**.

#### Step #3: Add the Block and Make the Survey Live

Order Status surveys run as a Zigpoll app block in Shopify's checkout editor. If you haven't added the block yet, follow [Activating Zigpoll on Shopify Checkout Extensions](/installation/activating-zigpoll-on-shopify-checkout-extensions.md).

Finish editing your questions, then toggle the visibility switch on the top right to make the survey live.

Your customers will now see the contact form on their order status pages. You can test this on your own store by viewing an order status page.

{% hint style="info" %}
The block uses Shopify's checkout styling rather than your Zigpoll Design settings. See [Shopify checkout limits](/installation/shopify-checkout-limits.md).
{% endhint %}


---

# 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.zigpoll.com/tutorials/shopify-order-contact-form.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.
