Finally add a customisable page for /bookingfinal

This commit is contained in:
2015-03-09 17:02:38 +11:00
parent c3e33db5ba
commit 98c4176337
5 changed files with 55 additions and 15 deletions

View File

@@ -193,7 +193,12 @@ $booking_registration_intro_text = variable_get('booking_registration_intro_text
'#description' => t(''),
'#default_value' => variable_get('booking_regn_confirm_married_text', $booking_regn_confirm_married_text),
);
$form['confirmation']['booking_regn_completed_page'] = array(
'#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', ''),
);
/*Text for the balance payment page*/
$form['balance'] = array(
'#type' => 'fieldset',