Just wondering to what extent I can amend the customer registration file: customers/register.liquid ?
From what I’ve read so far the input name attribute has the following built in:
- customer[first_name]
- customer[last_name]
- customer[email]
- customer[password]
Also seen few bits in the docs to say you can save information to the customer tags & notes via…
- customer[tags]
- customer[note]
Ideally looking to also save customer address & tax settings which are found on customer profiles, but I can’t find any input name attributes for them online. Any help on this would be great!