I am able to print the form content in the controller file, but when I assign the form view as $this->view->form = $form
and trying to display the form design using echo $this->form
in login.phtml
file, form design is not viewed, instead displaying blank page....
What could be the issue ??