Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $form['username'] = array(
- '#type' => 'textfield',
- '#title' => t('Freeway Global User Name:'),
- '#default_value' => $defaultGlobalUserVal,
- '#size' => 15,
- '#weight' => 4,
- '#maxlength' => 64,
- '#required' => TRUE,
- '#attributes' => array('class' => 'defaultText'),
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement