diff --git a/booking.regn_form.inc b/booking.regn_form.inc index 7d85fae..3a6b63d 100644 --- a/booking.regn_form.inc +++ b/booking.regn_form.inc @@ -598,6 +598,7 @@ function booking_form($node, &$form_state, $inserting = FALSE) $form['emergency']['booking_medicare'] = array( '#type' => 'textfield', '#title' => t('Your Medicare Number'), + '#description' => t('Enter only the numbers at the top of the card (leave out the Individual Reference Number next to your name).'), '#maxlength' => 15, '#size' => 15, '#required' => FALSE,