|
|
@ -195,22 +195,21 @@ function upei_roblib_ill_auth_form($form, &$form_state) { |
|
|
|
'#options' => $departments, |
|
|
|
'#options' => $departments, |
|
|
|
'#required' => TRUE, |
|
|
|
'#required' => TRUE, |
|
|
|
); |
|
|
|
); |
|
|
|
$form['DeliveryAddress'] = array( |
|
|
|
/*$form['DeliveryAddress'] = array( |
|
|
|
'#type' => 'textfield', |
|
|
|
'#type' => 'textfield', |
|
|
|
'#title' => t('Your Email'), |
|
|
|
'#title' => t('Your Email'), |
|
|
|
'#size' => 50, |
|
|
|
'#size' => 50, |
|
|
|
|
|
|
|
|
|
|
|
'#required' => TRUE, |
|
|
|
'#required' => TRUE, |
|
|
|
); |
|
|
|
); */ |
|
|
|
$form['InstitutionName'] = array( |
|
|
|
$form['InstitutionName'] = array( |
|
|
|
'#type' => 'textfield', |
|
|
|
'#type' => 'hidden', |
|
|
|
'#title' => t('Name of Institution'), |
|
|
|
'#title' => t('Name of Institution'), |
|
|
|
'#size' => 50, |
|
|
|
'#size' => 50, |
|
|
|
'#default_value' => 'University of Prince Edward Island', |
|
|
|
'#default_value' => 'University of Prince Edward Island', |
|
|
|
'#required' => TRUE, |
|
|
|
'#required' => TRUE, |
|
|
|
); |
|
|
|
); |
|
|
|
$form['LibraryName'] = array( |
|
|
|
$form['LibraryName'] = array( |
|
|
|
'#type' => 'textfield', |
|
|
|
'#type' => 'hidden', |
|
|
|
'#title' => t('Name of Library'), |
|
|
|
'#title' => t('Name of Library'), |
|
|
|
'#size' => 50, |
|
|
|
'#size' => 50, |
|
|
|
'#default_value' => 'Robertson Library', |
|
|
|
'#default_value' => 'Robertson Library', |
|
|
|