change song choice to mandatory

This commit is contained in:
2017-08-22 21:35:42 +10:00
parent 8999130762
commit cf8736d43b

View File

@@ -916,7 +916,7 @@ function booking_form($node, &$form_state, $inserting = FALSE, $early_access_all
'#type' => 'textfield',
'#title' => t("Let us know if there's a song you'd love to sing during the week."),
'#maxlength' => 200,
'#required' => FALSE,
'#required' => TRUE,
'#default_value' => !empty($data->booking_song_choice) ? $data->booking_song_choice : ''
);
}