How to add new attributes inside a form?
If you need to add new customer attributes not after a form but inside it, please insert the following code into the corresponding template:
<?php echo Mage::helper('amcustomerattr')->fields(array('field_code1', 'field_code2', 'field_code3'); ?>
How can we help you?
Login and Registration Form