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

Was it helpful?

Solution

You can try to get it from POST request.

Mage::app()->getRequest()->getParam('your_field_name')
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top