> For the complete documentation index, see [llms.txt](https://orbit-b2b.gitbook.io/orbit-b2b-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orbit-b2b.gitbook.io/orbit-b2b-docs/faq-and-troubleshooting/registration-form.md).

# Registration form not working

***

## Form not visible on the page

The registration form is an App Block — it must be added to your page template manually.

1. Go to **Online Store → Themes → Customize**
2. At the top, switch to the **Pages** template
3. Select the specific page where you want the form
4. Click **Add block → Register Form** (under Apps)
5. Save

***

## Form submitted but no notification email received

1. Check your notification email address in **Registration → Email Settings → Registration → Notify email**
2. Go to **Email Settings → SMTP Settings** and click **Send test email** to check your SMTP connection
3. Check your spam folder
4. See [Emails not sending](/orbit-b2b-docs/faq-and-troubleshooting/emails.md)

***

## Submission doesn't appear in the app

1. Check **Registration → Submissions** and try refreshing
2. Filter by status **All** in case it was auto-approved or auto-rejected
3. If the submission is missing entirely, check that the registration form block is pointing to the correct page

***

## "Email already exists" error on submit

This error appears when the email address the customer entered is already registered as a Shopify customer. This is intentional — the form prevents duplicate accounts.

The customer should:

1. Try logging in to the store with that email
2. Contact you to be manually approved if they already have an account

***

## "Invalid phone number" error

Phone numbers must be in international format with a country code: `+1234567890` (7–15 digits after the `+`). Make sure the country code selector is set correctly.

***

## Approved customer can't see wholesale prices

After approval:

1. Ask the customer to log out and log back in — the tag is applied immediately but the session may be cached
2. Verify the tag was added: Shopify Admin → Customers → customer → Tags
3. Verify the pricing rule targets that tag

***

## Contact support

* **Live chat**: inside the app dashboard
* **Email**: <orbitboostio@gmail.com>


---

# 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://orbit-b2b.gitbook.io/orbit-b2b-docs/faq-and-troubleshooting/registration-form.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.
