_initAssociationFields(true); $this->_initPersonalInfoFields(); $this->_initEmployerInfoFields(); $this->_initLeadershipFields(); $this->getElement('password')->setRequired(); $this->getElement('confirmPassword')->setRequired(); return $this; } }