test
This commit is contained in:
@@ -36,6 +36,7 @@ function booking_variety_regn_form($node, &$form_state)
|
||||
$form['identity']['booking_nid'] = array(
|
||||
'#type' => 'textfield',
|
||||
'#title' => t('Booking Number'),
|
||||
'#description' => t('Please enter your booking number from your lanyard.'),
|
||||
'#size' => 60,
|
||||
'#required' => TRUE,
|
||||
'#default_value' => !empty($data->booking_nid) ? $data->booking_nid : '',
|
||||
@@ -247,6 +248,7 @@ function booking_variety_regn_callback($form, &$form_state) {
|
||||
* Callback function
|
||||
*/
|
||||
function booking_variety_session_form_callback($form, &$form_state) {
|
||||
$form['identity']['booking_nid']['#description'] = "Done";
|
||||
return $form;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user