Hi,
I wanted to create a custom registration form, where can I get customer address, location.
I am using dawn theme. I have added an extra field in main-register.liquid file,
<div class="field">
<input
type="text"
name="address[address1]"
id="form--b2b"
autocomplete="family-name"
placeholder="Enter Customer Address"
>
<label>
Enter Customer Address
</label>
</div>
When I give in shopify backend I am not able to see the address 1 value.
So I wanted to know how can this be done ? So I can get the address from customer in registration form and I can store it.