Inquiry of how to input phone number in a sign up page - Blockship Theme

I would like to know why the value is not running normally even though I inputted it as below.


{%- liquid
assign title_t = ‘customer.register.page_title’ | t
assign first_name_t = ‘customer.register.first_name’ | t
assign last_name_t = ‘customer.register.last_name’ | t
assign email_t = ‘customer.register.email’ | t
assign phone_t = ‘customer.register.phone_number’ | t
assign password_t = ‘customer.register.password’ | t
assign submit_t = ‘customer.register.submit’ | t
assign login_t = ‘customer.register.login’ | t
-%}

{{ title_t }}

{% form ‘create_customer’ %}

{{ form.errors | default_errors }}

{{ first_name_t }}
{{ last_name_t }}
{{ email_t }}
{{ phone_number_t }}
{{ password_t }}
{{ submit_t }}
{{ login_t }}

{% endform %}


@JongHyun

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

The URL as below.

https://laneigehq.myshopify.com/account/register