diff --git a/web/themes/asc_bootstrap/asc_bootstrap.theme b/web/themes/asc_bootstrap/asc_bootstrap.theme
index 669befd83af61f77c314e18dad4b149d8cb43116..481fdb8e9548aa3555293e9c8ddb45b00c33744b 100755
--- a/web/themes/asc_bootstrap/asc_bootstrap.theme
+++ b/web/themes/asc_bootstrap/asc_bootstrap.theme
@@ -628,8 +628,9 @@ function asc_bootstrap_form_alter(&$form, \Drupal\Core\Form\FormStateInterface $
     * setting up weights for form elements
     */
     $form['combine']['#weight'] = 1;
-    $form['field_appointment_target_id']['#weight'] = 3;
-    $form['field_research_interests_target_id']['#weight'] = 4;
+    $form['field_appointment_target_id_collapsible']['#weight'] = 3;
+    $form['field_research_interests_target_id_collapsible']['#weight'] = 4;
+    $form['field_other_target_id_collapsible']['#weight'] = 5;
 
     if(count($form['field_appointment_target_id']['#options']) == 0) {
       $form['field_appointment_target_id_collapsible']['#access'] = FALSE;