Skip to content

Magento 2: How to add Address, Phone Number & Tax fields in Customer Registration Form?

I am looking for a solution for customer registration on Magento version 2.4.7-p2, specifically for my wholesale store site. I need to display the following additional fields on the registration form:

  • Company Name (required)
  • Phone Number (required)
  • TAX (required)
  • Address (required)

I have a multi-site, multi-store setup, with one site being the default retail store and the other being the wholesale store. I want to add these fields only to the registration form of the wholesale site and ensure that all of them are marked as required.

If anyone has a solution for this, I would greatly appreciate your help!