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(
|
||||
'#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
|
||||
|
Reference in New Issue
Block a user