enhance again

This commit is contained in:
Nathan Coad
2019-09-15 09:26:16 +10:00
parent 78f98b3a5d
commit bc5a59604e

View File

@@ -598,7 +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).'),
'#description' => t('Enter only the numbers at the top of the card (leave out the Individual Reference Number next to your name). Australian attendees must complete this field.'),
'#maxlength' => 15,
'#size' => 15,
'#required' => FALSE,