> 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/trouble-shooting.md).

# TROUBLE SHOOTING

- [Why the form is not showing](https://docs.powerfulform.com/trouble-shooting/why-the-form-is-not-showing.md)
- [Identify form page](https://docs.powerfulform.com/trouble-shooting/identify-form-page.md): If you can’t remember which page your form is added to, this guide helps you quickly find the exact page where the form is displayed on your Shopify store.
- [Remove form from a page](https://docs.powerfulform.com/trouble-shooting/remove-form-from-a-page.md)
- [Forms loading on every page (performance issue)](https://docs.powerfulform.com/trouble-shooting/forms-loading-on-every-page-performance-issue.md)
- [How to delete a field](https://docs.powerfulform.com/trouble-shooting/how-to-delete-a-field.md)
- [Set a date field limit](https://docs.powerfulform.com/trouble-shooting/set-a-date-field-limit.md): You can set a minimum and maximum date for a Date field so customers can only select dates in the range you allow. This is useful for things like appointments, delivery dates, or booking requests.
- [Delete old code](https://docs.powerfulform.com/trouble-shooting/delete-old-code.md)
- [Error: Customer already exists](https://docs.powerfulform.com/trouble-shooting/error-customer-already-exists.md)
- [Error: Phone already taken](https://docs.powerfulform.com/trouble-shooting/error-phone-already-taken.md)
- [Error: Address country required](https://docs.powerfulform.com/trouble-shooting/error-address-country-required.md)
- [Not receiving admin emails](https://docs.powerfulform.com/trouble-shooting/not-receiving-admin-emails.md): If you're not receiving email notifications when customers submit forms on your Shopify store, follow these steps to identify and resolve the issue.
- [Avoid email threading](https://docs.powerfulform.com/trouble-shooting/avoid-email-threading.md)
- [Why SMTP is needed](https://docs.powerfulform.com/trouble-shooting/why-smtp-is-needed.md)
- [Create app password for Gmail SMTP](https://docs.powerfulform.com/trouble-shooting/create-app-password-for-gmail-smtp.md): If you want to use Gmail SMTP to send emails, Google may require an App Password (instead of your normal Gmail password).
- [Prevent spam submissions](https://docs.powerfulform.com/trouble-shooting/prevent-spam-submissions.md): Spam submissions are fake form entries created by bots. They can flood your inbox and waste your time. This guide shows simple ways to reduce spam and keep your form clean.


---

# 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.powerfulform.com/trouble-shooting.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.
