Customer Registration Populate More Information

We have added custom fields to the Customer Registration Form for one of our clients which are:

  1. Address
  2. Postcode
  3. 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 %}