1

I want to know how to remove Zip/postal code from customer registration form in Magento 2?

fmsthird
  • 4,592
  • 4
  • 17
  • 41

1 Answers1

1

Copy file from vendor\magento\module-customer\view\frontend\templates\form\register.phtml and paste this path

app\design\frontend\Vendor\theme\Magento_Customer\templates\form\register.phtml

and comment this code or and remove line 104 to 109

and go to stores->Configuration->general->general->country options -> Zip/Postal Code is Optional for
here is you can remove zip code and please check url to remove validation
Remove postal code required

Jugal Kishor
  • 1,225
  • 13
  • 36