Learn, How to Add Custom Field in Magento 2 Registration Form.
Add Custom Field in Magento 2 Registration Form
Add custom fields or attribute on Magento 2 Registration form. This attribute also will show in add or edit customer form in Magento 2 Admin.
Installation process-
You can upload zip file on magento directory app\code and extract this zip folder
Module path like this app\code\Custom\Fields…
Then run below commands-
php bin/magento setup:upgrade
php bin/magetno setupdeploy
php bin/magento cache:flush