Update booking_regn_completed_page token
This commit is contained in:
@@ -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'),
|
'#title' => t('Text to use for landing page on return from paypal website'),
|
||||||
'#type' => 'textarea',
|
'#type' => 'textarea',
|
||||||
'#description' => t(''),
|
'#description' => t(''),
|
||||||
'#default_value' => variable_get('booking_regn_completed_page', '<p>Thankyou for registering for [booking:eventname].</p>'),
|
'#default_value' => (variable_get('booking_regn_completed_page'))['value'],
|
||||||
'#type' => 'text_format',
|
'#type' => 'text_format',
|
||||||
'#format' => 'full_html',
|
'#format' => 'full_html',
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user