Test full HTML for paypal landing page

This commit is contained in:
2016-05-04 13:29:38 +10:00
parent 1057ecd698
commit 1c047eccfe

View File

@@ -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', '<p>Thankyou for registering for [booking:eventname].</p>'),
'#type' => 'text_format',
'#format' => 'full_html',
);
/*Text for the balance payment page*/
$form['balance'] = array(