# Display Different Forms on Different Products

Powerful Contact Form Builder allows you to display a unique form for each product on your Shopify store.\
You can do this in two ways, depending on how precise you want the form placement to be.

You now have **two clean options** to display different forms on individual product pages:

<table><thead><tr><th width="262.5">Option</th><th width="151.5">Difficulty</th><th>Best For</th></tr></thead><tbody><tr><td><strong>1. Add code in product description</strong></td><td>⭐ Easy</td><td>Fast setup, basic placement</td></tr><tr><td><strong>2. Use custom product template</strong></td><td>⭐⭐ Professional</td><td>Perfect layout control, recommended</td></tr></tbody></table>

***

### 🛠️ Option **1 — Add the Form Code Directly Inside the Product Description**

*Quick & simple — but positioning may not be perfect.*

Use this method if you want a fast setup and don’t need exact placement on the product page.

#### ⭐ Step 1 — Copy Your Form’s Embed Code

1\. Open the app > click **Forms** > open a form you want

2\. Click **Publish** button on the right corner

<figure><img src="https://docs.powerfulform.com/~gitbook/image?url=https%3A%2F%2F3488889492-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FEGgRVSDpMlcGFz1igK0s%252Fuploads%252FdVwjLTPSBOow2lr88hYi%252Fimage.png%3Falt%3Dmedia%26token%3Dd9bf7a8d-4123-4c25-8cfc-8f0dcc64b2c0&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=910ef49c&#x26;sv=2" alt=""><figcaption></figcaption></figure>

3\. Select the display of the form: default, boxed, floating, popup

4\. Click **Get short code** > copy the short code of the form

<figure><img src="https://docs.powerfulform.com/~gitbook/image?url=https%3A%2F%2F3488889492-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FEGgRVSDpMlcGFz1igK0s%252Fuploads%252FexsvmySR040q3NZux7nZ%252F2025-04-18_17-16-22.png%3Falt%3Dmedia%26token%3Dfc4a229b-b0a6-4a80-82f6-2d0dc2ccb642&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=71cf3cad&#x26;sv=2" alt=""><figcaption></figcaption></figure>

Example: (xxx is form ID)

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

⭐ Step 2 - Add form code to the product description

1. From Shopify admin page > go to **Products** > open a product detail&#x20;
2. In the product **Description** section, click the **\</>** button (HTML editor)
3. Paste your embed code into the description.

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

4. Click **Save**.

Now your form will appear on the product page inside the description area.

💡 Note: This method is easy but the form may not appear exactly where you want inside the layout.

***

### 🛠️ **Option 2 — Add Form Using a Custom Product Template**&#x20;

*Most professional method — allows perfect placement using the Theme Editor.*

This method allows you to add the form exactly where it should appear on product pages.

#### 📝 Step 1 — Create a New Product Template

1. From Shopify admin page > click **Online stores** > **Themes** > **Edit theme** > open the theme editor&#x20;
2. At the top center, click the **template selector** > choose **Products**&#x20;
3. Click **Create template** > name your new template (e.g **new contact form**).

<figure><img src="/files/20EAmcrMk2zRCsea4RAl" alt=""><figcaption></figcaption></figure>

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

#### 📝 Step 2 — Add Form Block to the Template

1. In the left sidebar, click **Add section** > **Apps** > add **Powerful Form Builder**&#x20;
2. Inside the block settings, paste your embed code:

Example code:  `<div class="globo-formbuilder" data-id="xxxx"></div>`&#x20;

(xxxx is the form ID)

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

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

3. Drag the block to place the form where you want (before/after product info, below media, etc.)
4. Click **Save**.

#### 📝 Step 3 — Assign Template to a Product

1. Go back to Shopify admin > **Products** > open the product that needs this specific form
2. On the right sidebar, find **Theme template** > select n**ew contact form** template (the template you just created)
3. Click **Save**.

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

Now only this product uses the template that contains your custom form.

#### 📝 Repeat for Each Product

To assign a different form for another product:

* Create or duplicate the product template
* Insert a different form block or embed code
* Assign that template to that product

This gives you full control and unlimited flexibility.&#x20;

***

#### Need More Help?

If you still need assistance, please contact us at [**support@powerfulform.com**](mailto:support@powerfulform.com). Our team will be happy to help you resolve any issues or guide you further.


---

# 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-form-on-product-pages/display-different-forms-on-different-products.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.
