addElement( 'select', 'status', [ 'label' => 'Status', 'required' => true, 'multiOptions' => ['' => 'Select One'] + (new Qs_Db_Table('UserStatus'))->get4Select() ] ); parent::_initElements(); $this->getElement('_personalInfo')->setValue('Individual Information'); return $this; } }