我添加了此代码..
Mage::getSingleton('eav/config')
->getAttribute('customer', 'consumer_id')
->setData('used_in_forms', array('adminhtml_customer', 'customer_account_edit', 'checkout_register'))
->save();
我想在客户创建页面中隐藏使用者,并且需要在编辑页面上显示该字段。怎么做?