Magento Custom Registration Field - Custom Registration Fields is super useful when you need to extend your customer signup form .
Installation – Magento Custom Registration Field module installation is super easy. You need to move app folder in magento root directory thats it as per the screenshot .
After moving both the folder flush the cache from magento admin module . Under system > cache management
After those primary step you just need to configure the module.
Configuration - after successful installation of the of the module you will see a menu in magento admin for custom registration field as per screenshot.
On clicking Add/Manage Field a grid will appear.
On clicking add field a custom registration form opens:
As per the above screenshot you can see many parameters for custom registration field , we are going to explain every parameters one by one
Label- In label you need to give the name of custom field which will show in front.
Name- Input field name
Type- There are many type of custom field like
- input box
- multi select
- image browse
- text area
- dropdown
- radio button
as per screenshot.
Set Order-set order is for order of custom field in which you want to see.
Value Required-to make custom field required or not.
Store to Show Fields-this field is for multi store. i.e. in which store you want to show your custom field.
Status-status is for enable or disable the custom registration field.
these information will appear in customer account section as well i.e. in customer->manage customers
Select the store for custom registration field the other field appear for that particular store:
fill all the fields and save.
admin can edit or delete the custom sign up form fields
those custom fields will be visible in users my account section
You can change your store by selecting store at the footer of your website.
after selecting store save the custom registration field data for that particular store.
The created custom registration field also appear on customer signup form as per screenshot.