# Display a form on Shopify front store

⚠️ **Important prerequisite:**\
Before you start,  you should check and enable the app embed on the theme [here](https://docs.powerfulform.com/form-setup/theme-integration#enable-app-embeds-in-your-theme)&#x20;

### 🧩 Some Use Cases

[Displaying form on a specific page](/display-and-placement/display-a-form-on-a-specific-page.md)

[Displaying form on a specific product](/display-and-placement/display-form-on-product-pages.md)

[Display a form on Homepage](/display-and-placement/display-a-form-on-homepage.md)

[Add a form with app block](https://docs.powerfulform.com/form-setup/add-a-form-with-app-block) (specific position)

***

### ❓Trouble shooting - Form Not Showing

#### **1️⃣ Make sure the app is integrated with your live theme**

The form will not display unless the app embed is activated in your current live theme.\
Go to **Online Store → Themes → Edit theme → App embeds** and ensure the Form Builder embed is turned ON.

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

#### **2️⃣ Free plan limitation: only the first form can appear**

If you are on the FREE plan, only the first form you create is allowed to show on your store.\
Any additional forms will not appear unless you upgrade to a paid plan.

#### **3️⃣ Form type require a paid plan**

Some form types are not available on the free plan:

* Cart Form
* Bulk Order Form
* Register form
* Multi-step form

If you're trying to show either of these, please ensure you are on a paid plan.

#### **4️⃣ Form code is not added to the page.**&#x20;

Check the page content or template and make sure the code of the form is added.&#x20;

Form code:  (xxx is form ID)

```
<div class="globo-formbuilder" data-id="xxxx"></div> 
```

#### **5️⃣ Still not working? We’re here to help**

If the form still doesn’t show after checking all items above, please contact our support team.

📧 [**support@powerfulform.com**](mailto:support@powerfulform.com)

We’ll be happy to assist you further.<br>


---

# 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/display-and-placement/display-a-form-on-shopify-front-store.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.
