Username or Email
Password:
Forgot Password
While overriding Mage_Contacts_IndexController, i am getting the following error message
Call to a member function setFormAction() on a non-object
please help me to fix this issue
Thanks in advance
Hello How did you rewrite the controller? You get this error because there is no block named ‘contactForm’ in your layout.
$this->getLayout()->getBlock('contactForm') ->setFormAction( Mage::getUrl('*/*/post') );
Marius.
http://marius-strajeru.blogspot.com/ Check out the Ultimate Module Creator: on magento connect on github
Thanks
I have fixed the issue.