Hi. This is my website: aysebener.com
I am using Brooklyn theme and added a custom field, phone number, to my registration form. But I can’t locate where to display user phones in the admin panel. This was the original liquid snippet for the form:
{% form 'create_customer' %}
{{ form.errors | default_errors }}
{{ 'customer.register.cancel' | t }}
{% endform %}
I have added this snippet right after the email field.
The form works fine, accepts new users but the problem is I can’t find out where the phone number information is.