Forum Moderators: coopster
$form->field('select', $lng['user']['Type'], 'Type', fetchArray('accounttype'), $formSubmit['Type']);
$form->field('text', $lng['user']['FirstName'], 'FirstName', $formSubmit['FirstName'], '', '', true, '25', '255');
$form->field('text', $lng['user']['LastName'], 'LastName', $formSubmit['LastName'], '', '', true, '25', '255');
$form->field('htmltextarea', $lng['user' ['Description'], 'Description', $formSubmit['Description'], '', 'Description', false, '', $cnf['account_description_size']);
$form->field('textarea', $lng['user']['KeywordsForm'], 'Keywords', $formSubmit['Keywords'], '', 'Keywords', false, 2, $cnf['keywords_size']);
$form->legend($lng['user']['label']['ContactDetails'], '');