Question

I have a custom module with an event observer that sends an e-mail to the admin as soon as a new user registers.

In my registration form i am using also the company field. Now I would like to show the company name also in my e-mail to the admin.

How can I call this value? Everything I tried so far did not work. Who can help ?

thanks

Était-ce utile?

La solution

You can try to get it from POST request.

Mage::app()->getRequest()->getParam('your_field_name')
Licencié sous: CC-BY-SA avec attribution
Non affilié à magento.stackexchange
scroll top