diff --git a/booking.tokens.inc b/booking.tokens.inc index 5eb063a..4fe2245 100644 --- a/booking.tokens.inc +++ b/booking.tokens.inc @@ -197,7 +197,7 @@ $booking_registration_intro_text = variable_get('booking_registration_intro_text '#title' => t('Text to use for landing page on return from paypal website'), '#type' => 'textarea', '#description' => t(''), - '#default_value' => variable_get('booking_regn_completed_page', '
Thankyou for registering for [booking:eventname].
'), + '#default_value' => (variable_get('booking_regn_completed_page'))['value'], '#type' => 'text_format', '#format' => 'full_html', );