# B2B Registration Forms

B2B Registration Forms let potential wholesale buyers apply to become B2B customers on your store. You create a customized form, embed it on your storefront, and then review, approve, or reject submissions from the Manage registrations page.

### How Registration Forms work:

1. You create a form with the fields you need (company name, VAT number, tax ID, etc.)
2. B2B buyers fill out the form on your storefront
3. You receive a notification and review the submission
4. You approve or reject the registration — approved customers become B2B accounts and receive an email notification

### What you can configure:

* **Approval type** — manual approval, auto-approve based on email domain, or auto-approve on registration
* **Form fields** — add system fields (name, address, phone) and custom fields (dropdowns, checkboxes, text)
* **Post-registration redirect** — choose where buyers land after submitting
* **Spam protection** — enable Google reCAPTCHA
* **Email notifications** — customise emails sent to buyers and to you at each stage

### Two pages to know:

* **B2B Registration Forms** (`/registration/form`) — where you create and manage your forms
* **Manage registrations** (`/registration`) — where incoming applications appear for your review

***

{% hint style="success" %}

### Need Help?

If you have questions or run into issues while using any feature, we're here to help.

* 💬 **Start a** [**Live Chat** with our support team](https://go.crisp.chat/chat/embed/?website_id=a59f354c-f51f-4f84-ae9a-c0e8dd69d2e5) directly from your B2Bridge dashboard.
* 📧 **Email us at** [**support@b2bridge.io**](mailto:support@b2bridge.io) and we'll get back to you as soon as possible.
  {% 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://docs.b2bridge.io/v2.2026/app-configuration/b2b-registration-form.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.
