diff --git a/booking.tokens.inc b/booking.tokens.inc index f7d279b..f866f60 100644 --- a/booking.tokens.inc +++ b/booking.tokens.inc @@ -257,7 +257,7 @@ $booking_registration_intro_text = variable_get('booking_registration_intro_text '#collapsible' => TRUE, '#collapsed' => TRUE, ); - $form['confirmation']['booking_travelform_page'] = array( + $form['travel']['booking_travelform_page'] = array( '#title' => t('Text to use at the start of the travel form for a non-married person.'), '#type' => 'textarea', '#description' => t(''), @@ -265,7 +265,7 @@ $booking_registration_intro_text = variable_get('booking_registration_intro_text '#type' => 'text_format', '#format' => 'full_html', ); - $form['confirmation']['booking_travelform_married_page'] = array( + $form['travel']['booking_travelform_married_page'] = array( '#title' => t('Text to use at the start of the travel form for a married couple. Only applies if combined pricing is enabled.'), '#type' => 'textarea', '#description' => t(''),