description
This commit is contained in:
@@ -311,6 +311,7 @@ function travel_form($node, &$form_state, $inserting = FALSE, $nid = 0)
|
|||||||
$form['requirements']['booking_room_mate1'] = array(
|
$form['requirements']['booking_room_mate1'] = array(
|
||||||
'#type' => 'textfield',
|
'#type' => 'textfield',
|
||||||
'#title' => t('I would like to share a room with'),
|
'#title' => t('I would like to share a room with'),
|
||||||
|
'#description' => t('This field contains information you entered when you registered.'),
|
||||||
'#maxlength' => 200,
|
'#maxlength' => 200,
|
||||||
'#required' => FALSE,
|
'#required' => FALSE,
|
||||||
'#default_value' => !empty($data->booking_room_mate1) ? $data->booking_room_mate1 : $booking_roommate
|
'#default_value' => !empty($data->booking_room_mate1) ? $data->booking_room_mate1 : $booking_roommate
|
||||||
|
Reference in New Issue
Block a user