Browse Source

updated campus id form title

9.x-1.0
Paul Pound 2 months ago
parent
commit
81b00f7c1e
  1. 2
      src/Form/RoblibIllLoanForm.php

2
src/Form/RoblibIllLoanForm.php

@ -384,7 +384,7 @@ Freedom of Information and Protection of Privacy Act and will be protected
]; ];
$form['campus_id'] = [ $form['campus_id'] = [
'#type' => 'textfield', '#type' => 'textfield',
'#title' => t('Your Campus ID'), '#title' => t("Your UPEI ID# (enter as 7 digits e.g. enter 123456 as 0123456) Don't have a UPEI ID#? Enter the 14 digit barcode from your borrower's card."),
'#size' => 50, '#size' => 50,
'#required' => TRUE, '#required' => TRUE,
]; ];

Loading…
Cancel
Save