diff --git a/booking.regn_form.inc b/booking.regn_form.inc index 1fd885d..1b551d9 100644 --- a/booking.regn_form.inc +++ b/booking.regn_form.inc @@ -112,14 +112,18 @@ function booking_form($node, &$form_state, $inserting = FALSE, $early_access_all '#title' => 'Early Registration Code' ); $form['early-access']['booking_earlyaccess_feedback_wrapper'] = array( - '#markup' => '
', + '#markup' => 'NOTE: each early-access code can only be used once, so don\'t pass it along to your friends!
If you have been given an early-access code for registration, please enter it below. " . "Without this code, your registration will not be accepted.
" . "NOTE: each early-access code can only be used once, so don't pass it along to your friends!
"), ); + */ $form['early-access']['booking_earlyaccess_code'] = array( '#type' => 'textfield', '#title' => t('Unique Early-Access Code'), @@ -980,7 +984,9 @@ function booking_earlyaccess_feedback_callback($form, &$form_state) { } #fallback - return ''; + return 'NOTE: each early-access code can only be used once, so don\'t pass it along to your friends!