enhance medicare number description

This commit is contained in:
Nathan Coad
2019-09-15 09:24:46 +10:00
parent 4ce3df3339
commit 78f98b3a5d

View File

@@ -598,6 +598,7 @@ function booking_form($node, &$form_state, $inserting = FALSE)
$form['emergency']['booking_medicare'] = array( $form['emergency']['booking_medicare'] = array(
'#type' => 'textfield', '#type' => 'textfield',
'#title' => t('Your Medicare Number'), '#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, '#maxlength' => 15,
'#size' => 15, '#size' => 15,
'#required' => FALSE, '#required' => FALSE,