addElement('text', 'title', array('label' => 'Title', 'required' => true)); $types = array('' => 'Select One') + \App\Committee\Admin\Obj::getInstance()->getDocumentType4Select(); $this->addElement('select', 'typeId', array('label' => 'Type', 'required' => true, 'multiOptions' => $types)); $this->addElement('extendedFile', 'fileName', array('label' => 'File', 'required' => true)); return parent::_initElements(); } }