Jump to content

tommy1

New Members
  • Posts

    1
  • Joined

  • Last visited

tommy1's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. 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, ),
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.