From 1c047eccfe407cc94cd2feba9ed9e9c995701490 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Wed, 4 May 2016 13:29:38 +1000 Subject: [PATCH] Test full HTML for paypal landing page --- booking.tokens.inc | 2 ++ 1 file changed, 2 insertions(+) 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(