description

This commit is contained in:
2016-05-31 19:24:30 +10:00
parent c67778b652
commit 3f5f80c308

View File

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