Вопрос

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

Это было полезно?

Решение

You can try to get it from POST request.

Mage::app()->getRequest()->getParam('your_field_name')
Лицензировано под: CC-BY-SA с атрибуция
Не связан с magento.stackexchange
scroll top