diff --git a/templates/Alignments/add.php b/templates/Alignments/add.php index 186e937..0663b6c 100644 --- a/templates/Alignments/add.php +++ b/templates/Alignments/add.php @@ -10,7 +10,8 @@ echo $this->element('genericElements/Form/genericForm', array( array( 'field' => ($scope === 'individuals' ? 'organisation_id' : 'individual_id'), 'options' => ($scope === 'individuals' ? $organisations : $individuals), - 'type' => 'select' + 'type' => 'dropdown', + 'select2' => true, ), array( 'field' => 'type'