Finally add a customisable page for /bookingfinal
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user