This commit is contained in:
2015-03-09 17:14:57 +11:00
parent 98c4176337
commit 57767078f5
2 changed files with 58 additions and 58 deletions

View File

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