Hello,
Could anybody help me to know how should I set the action attribute in a html form, supposing that in LoginController I have this:
Code:
public function authenticateAction()
{
//doing authentication stuff
//die('Some text'); not executed here
}
what should I put in the html?
actually I have: action="login/authenticate" in a single module project, but it seems the action is not executed.
Any idea will help.
Thanks.