trouble capturing customer Phone number in signup form in Impulse theme

Hi, I added an additional field to capture phone number in signup form but, its not saving the number to customer contact info in Admin.

Code below that I added to customers/register.liquid:

{{ ‘customer.register.phone’ | t }}
<input type=“tel” name=“customer[phone]” id=“Phone” pattern=“[0-9-]*” class=“input-full”{% if form.phone %} value=“{{ form.phone }}”{% endif %} autocapitalize=“off”>

Any suggestions how I can make the phone number appear in Customer details in admin please. I am using Impulse theme.

Hey @prakum !

I am not sure if there is any way to do this by editing the theme code directly, but one alternate method would be using an app such as Helium Customer Fields which allows you to create custom registration forms to collect additional information such as a phone number, with no code necessary.

Feel free to take advantage of our 14 day free trial to check it out, or let me know if you have any questions.