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

# Create and customize the Registration Form

The Registration Form is how new customers apply to become wholesale buyers. This page covers creating the form, customizing its fields, connecting it to Shopify, and publishing it.

## Steps to manage

{% stepper %}
{% step %}

### Create a registration form

From the app, click **Registration Form**, then click **Create new registration form** and select one of the available templates.

<figure><img src="/files/5EWowbepRi91PJa9619k" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Build the form

**Elements** — This tab sets up the form's **Header, Body,** and **Footer**.

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

**To add more fields:** click **Add elements**, then choose the element you want to add.

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

<figure><img src="/files/47AnOFxf7PLhM99yM2hk" alt=""><figcaption></figcaption></figure>

Click any element to open its properties (available options depend on the element type). Common settings include: label, placeholder, description, character limit, hide label, required, icon, and column width.

Click **Save** to update the form. You can also edit the **Header** and **Footer** by clicking on each of them directly.

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

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

**Appearance** — Click the **Appearance** tab to change the form's colors and size.

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

**Email Notifications** — Click the envelope icon to customize the emails sent to you and to customers as an application is submitted and reviewed. See [Set up email notifications for the Registration Form](/samita-wholesale-b2b/registration-form/set-up-email-notifications-for-registration-form.md).
{% endstep %}

{% step %}

### Connect the form to Shopify

This form is meant to be a sign-up form for customers who want to become wholesalers. For their data to reach the Shopify Customers list, you need to connect the form to Shopify. See [Integrate Registration Form with Shopify customer data](/samita-wholesale-b2b/registration-form/integrate-registration-form-with-shopify-customer-data.md).

Once connected, customers receive an account activation email from Shopify after you approve their registration.

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

{% hint style="info" %}
The Registration Form doesn't replace Shopify's default login — customers who register still need to log in to your store afterward to complete the process and become wholesale customers. If your store doesn't have a login page, this form has nothing to connect to.
{% endhint %}
{% endstep %}

{% step %}

### Publish the form on your storefront

To show the form on your storefront, add its shortcode to a page. See [Add Samita Registration form to a page](/samita-wholesale-b2b/registration-form/add-samita-registration-form-to-a-page.md).
{% endstep %}
{% endstepper %}

## Tutorial video

{% embed url="<https://www.youtube.com/watch?t=11s&v=_FW2nj4-I8Y>" %}

> ### **Need support?**
>
> If you do encounter any difficulty while proceeding these steps, don’t show any hesitation to contact us promptly via the email address [support@samita.io](https://help.samita.io/support@samita.io)


---

# 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.samita.io/samita-wholesale-b2b/registration-form/create-and-customize-the-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.
