diff --git a/booking.tokens.inc b/booking.tokens.inc index a945043..5eb063a 100644 --- a/booking.tokens.inc +++ b/booking.tokens.inc @@ -198,6 +198,8 @@ $booking_registration_intro_text = variable_get('booking_registration_intro_text '#type' => 'textarea', '#description' => t(''), '#default_value' => variable_get('booking_regn_completed_page', '

Thankyou for registering for [booking:eventname].

'), + '#type' => 'text_format', + '#format' => 'full_html', ); /*Text for the balance payment page*/ $form['balance'] = array(