# SOS "Help Needed! I cannot see the field in my product page"

### Possible Issue #1 Enable the app <a href="#possible-issue-1-enable-the-app" id="possible-issue-1-enable-the-app"></a>

**Why it matters**: If the app isn’t active in your theme editor, our app won’t appear at all.<br>

**How to it:**

1. Open your theme editor
2. Go to app embeds tab
3. Turn on the app

**Detailed guidance on how to fix it:**\
[Enable the app on your theme \[MANDATORY\]](/customfield/beginners-guide/enable-the-app-on-your-theme-mandatory.md)

### Possible Issue #2 Add block only on default page <a href="#possible-issue-2-add-block-only-on-default-page" id="possible-issue-2-add-block-only-on-default-page"></a>

**Why it matters**: If the app is only activated via add block and that product page template does not have the app, the app does not work.

**How to fix it:**

* Go to that product page template
* Click add block&#x20;
* Ensure that the app is selected

{% hint style="danger" %}
If the product you selected uses a product template where the app is not active, the form won’t appear on that product.
{% endhint %}

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

### Possible Issue #3 Selected product is not the one you checked

Ensure that you selected the right products/collections in the app. Sometimes the product you checked may not be selected properly in the app.

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

### Possible Issue #4 You have conditional logic wrongly set up

In case you set up conditional logic for certain fields but they are not visible when answer is given in the parent field, please re-check your conditional logic in the child field.&#x20;

i.e. you set to display "textfield" when "text" option is selected in the dropdown menu. And when you select "text" option you do not see the "textfield" in that product, please ensure that:

1- You select the same product/variant/collection with the parent field.&#x20;

2- You do not change the option of the parent field (dropdown menu from the example), if you changed them, please re-select your conditional logic in the child field (textfield from the example).&#x20;

3- Your parent field is the one you see in the product page. If a parent is not the one you selected in the conditional logic, then since your conditional is not met, the field will not be displayed. From our example above, if the dropdown in the product page is another dropdown from the app, then conditional one will not be displayed. &#x20;

{% hint style="warning" %}
Note that conditional logic is only available for dropdown,checkbox, radio button, and image swatch.&#x20;
{% endhint %}

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

{% hint style="warning" %}
Do not forget to click "Create this conditon" button to save your selection.
{% endhint %}

### Possible Issue #5 You have a unique product page, contact us!

If you checked all possible issues but still cannot see the form, just contact us via livechat or `info@minimateapps.com`

{% hint style="info" %}
We usually reply within 12 hours at the latest.
{% endhint %}

***

### Custom positioning: Use this custom snippet

Please paste this code to the position where you want to display the fields in your product page. In example, 3rd party page builder users can use this code easily to apply the fields in their unique product pages.

```
<div id="mini-custom-field"></div> 
```

{% hint style="warning" %}
Just enable the app via app embeds for custom positioning.
{% endhint %}


---

# 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://minimateapps.gitbook.io/customfield/beginners-guide/sos-help-needed-i-cannot-see-the-field-in-my-product-page.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.
