set('contactType', 'Individual'); $this->assign('contactType', 'Individual'); parent::buildQuickForm(); } /** * Process the form after the input has been submitted and validated. */ public function postProcess() { parent::postProcess(); } }