I have created a custom module in magento 1.9.2 named " question & answer "
I have the phtml file placed in directory magento/app/design/frontend/rwd/template/question.phtml
now, the form action should validate the form and I have the controller placed in magento/app/code/local/Mynamespace/Questions/controllers
I have the below index controller
and I want to call the questionAction .Bit confused as I am a neophyte with this technology. Any help to this will be appreciated much.