We have added custom fields to the Customer Registration Form for one of our clients which are:
- Address
- Postcode
- Country
I’ve been looking and trying different ways for hours and hours. Is there a way to capture this information so we can populate the fields into the Shopify customers profile?
{% form 'create_customer' %}
{% if form.errors %}
{{ form.errors | default_errors }}
{% endif %}
{% endform %}