> 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/~/revisions/t86s1xVv9jUAPdJmeEIc/registration-form/integrate-registration-form-with-shopify-customer-data.md).

# 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
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/~/revisions/t86s1xVv9jUAPdJmeEIc/registration-form/integrate-registration-form-with-shopify-customer-data.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.
