# Integrate Registration Form with Shopify customer data

After the form is submitted, a new customer account will be created in Customers of your Shopify store. The data filled on the form will also be added to customer detail.

To achieve that, all you need to do is to link all of your form elements to the customer properties.

Below are the common customer properties:

* *first name*
* *last name*
* *email*
* *phone*
* *password (legacy)*
* *addresses*
* *apartment, suite, etc..*
* *city*
* *province*
* *zip, postal code*
* *country*
* *company*
* *note\[]*  &#x20;
* *tags\[]* &#x20;

Please follow our instructions to interlink your form elements to Shopify Customer Data

1. From the app admin page, click **Registration** **Form** > open the form you want to edit
2. Click **Integration** tab > **Shopify**

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

3. Tick on checkbox **Send email invitation** \[Required if your store is using the Legacy login type], and **Accepts marketing** \[Optional]
4. Select the customer properties in the list to the corresponding fields of the form. Note: The email attribute is required to be filled

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

5. **Save** the form to apply the change

Submit the form and check the result in Shopify customers&#x20;

{% hint style="info" %}
**Note:**&#x20;

* For **Email** field, “**email**” attribute is required to be filled in. For other fields, you can enter the corresponding attribute
* Until this period of time, our app system only supports fundamental Data properties such as Name, email, addresses, phone,…With other additional data, you can add to the **Tag** field or **Note** field of Customer detail
  {% endhint %}

> ### **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: 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.samita.io/samita-wholesale-b2b/registration-form/integrate-registration-form-with-shopify-customer-data.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.
