how to add custom field in magento 2 registration form

Magento customer registration programmatically

Magento customer registration programmatically This post is we will show you how to Magento customer registration programmatically. first we create user ,if user is not exist then insert data into database then we will go for login to user programmatically. // code for Magento customer registration $website_Id = Mage::app()->getWebsite()->getId(); $store_detail = Mage::app()->getStore(); $setFirstname = “Firstname”; …

Magento customer registration programmatically Read More »

We're accepting well-written guest posts and this is a great opportunity to collaborate : Contact US