diff --git a/web/themes/asc_bootstrap/asc_bootstrap.theme b/web/themes/asc_bootstrap/asc_bootstrap.theme index 5138b3d19a991a0b4b4cd6cb0069e1b190d8c152..9d64bd82e2f758697f262391d0981596cb80ea85 100755 --- a/web/themes/asc_bootstrap/asc_bootstrap.theme +++ b/web/themes/asc_bootstrap/asc_bootstrap.theme @@ -309,6 +309,12 @@ function asc_bootstrap_form_alter(&$form, \Drupal\Core\Form\FormStateInterface $ } } + //discover you path + if ($form['#id'] == 'views-exposed-form-discover-your-path-page-1') { + //resets program to 'All' on submit so that program numbers don't zero out + $form['field_ap_program_target_id']['#value'] = 'All'; + } + //events if ($form['#id'] == 'views-exposed-form-events-page-1') {