How can I modify the customer registration file for additional information?

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!

Hi @PaddyMB ,

Please go to Actions > Edit code > customers/register.liquid file. You can find the code here.

If you want to add more information to it, you can use note, see the following tutorial: https://shopify.dev/themes/customer-engagement/additional-customer-information

Hope it helps!