All pastes #2110033 Raw Edit

Untitled

public text v1 · immutable
#2110033 ·published 2012-02-05 23:04 UTC
rendered paste body
$form['user_selection'] = array ('#access' => TRUE,
    '#type' => 'select',
	'#name' => 'name',
	'#weight' => '1',
    '#options' => $lista_usuarios
	);

$form['submit'] = array(
	'#access' => TRUE,
    '#type' => 'submit',
	//'#name' => 'submit_bt',
    '#value' => 'Submit',
	'#weight' => '2'
  );