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.