> For the complete documentation index, see [llms.txt](https://docs.powerfulform.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powerfulform.com/display-and-placement/add-a-form-with-app-block.md).

# Add a form with app block

This is ideal when your theme (or page template) has been customized and you want precise control over where the form appears

### 📝 Step 1: Copy the Form Shortcode

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

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

<figure><img src="/files/2jVolLy8fjlhDoZRQmfm" 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="/files/TlefzgCtGQ3EUoUox91P" alt=""><figcaption></figcaption></figure>

***

### 📝 Step 2: Add the Form as an App Block

1\. From the Shopify admin page, click **Sale channels** > **Online store** > click **Edit theme** to go to the theme you want

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

2\. In theme editor > open the page template you want

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

3\. Click **Add section** > add **Form** app section

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

4\. In the app section  >  paste the form **shortcode** here

<figure><img src="https://da76v9kevdkud.cloudfront.net/wp-content/uploads/2024/08/2024-09-19_17-14-18-1024x608.png" alt=""><figcaption></figcaption></figure>

5. Optionally, drag-and-drop or reorder blocks to control where the form appears on the page
6. Click **Save** to apply changes.

***

### &#x20;📝 Step 3: Preview and Check the Live Store

After saving, open the live version of the page (front store) to verify that the form appears correctly in the intended position.

***

### ▶️ Tutorial video

{% embed url="<https://www.youtube.com/watch?v=cnzv24qtQGw>" %}

***

### 🆚 Compare this method with others

| Situation                                                             | Recommended Method                     |
| --------------------------------------------------------------------- | -------------------------------------- |
| Theme or page template is customized, or you need precise positioning | **App Block** (this method)            |
| Simple pages or you want the fastest setup                            | Shortcode embed / default form display |
| Need to show form in product description or content area              | Shortcode inside product/page conten   |

***

### 🔧 Troubleshooting: Form Not Showing Up?

If your form does not appear, check the items below:

#### 1. Make sure the form is **published**

Forms must be saved and published in the app before they will show on your store.

#### 2. Ensure the page is using the **correct template**

If you added the form inside a specific theme template (e.g., a custom product template), make sure that product or page is actually using that template.

#### 3. Some themes require minor adjustments

Certain Shopify themes may require:

* Block placement adjustments
* Template changes
* Section settings updates

If you’re unsure, we’re here to help.

***

#### Need More Help?

If you still need assistance, please contact us at <contact@globo.io>. Our team will be happy to help you resolve any issues or guide you further.


---

# 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:

```
GET https://docs.powerfulform.com/display-and-placement/add-a-form-with-app-block.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.
