view = 'mailmergepopup'; } else { $this->view = 'popup'; } } public function action_ValidPortalUsername() { $this->view = 'validportalusername'; } public function action_RetrieveEmail() { $this->view = 'retrieveemail'; } public function action_ContactAddressPopup() { $this->view = 'contactaddresspopup'; } public function action_CloseContactAddressPopup() { $this->view = 'closecontactaddresspopup'; } }