I need help with this. I have a form for add new users. But I don't want users to change the Title - I want to auto fill the username they have already. Right now it look like the picture. But I want to echo getUsername(); Any one can help me with this? Please!
Here is my form code now. Any one? Please!
), 'title' => array( 'type' => 'text', 'name' => 'title', 'caption' => _t('_modzzz_model_form_caption_title'), 'value' => $sDefaultTitle, 'required' => true, 'checker' => array ( 'func' => 'length', 'params' => array(3,$this->_oMain->_oConfig->getTitleLength()), 'error' => _t ('_modzzz_model_form_err_title'), ), 'db' => array ( 'pass' => 'Xss', ), 'display' => true, ),