The `customers/register` template renders the customer register page, which hosts the form for [customer account](https://help.shopify.com/en/manual/customers/customer-accounts) creation.
> Tip:
> Refer to the [customers/register template](https://github.com/Shopify/dawn/blob/main/templates/customers/register.json) and its [main section](https://github.com/Shopify/dawn/blob/main/sections/main-register.liquid) in Dawn for an example implementation.
Input | type |
name |
---|---|---|
First name | text |
customer[first_name] |
Last name | text |
customer[last_name] |
email |
customer[email] |
|
Password | password |
customer[password] |