Guest User

Untitled

a guest
Nov 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $form['legal_name'] = array(
  2. '#type' => 'textfield',
  3. '#title' => t('title'),
  4. '#size' => '20',
  5. '#max_length' => '256',
  6. '#default_value' => '',
  7. '#weight' => '5',
  8. );
Add Comment
Please, Sign In to add comment