<?=
$form->field($model, 'location_id')->dropDownList
(ArrayHelper::map(Location::find()->asArray()->all(),'id', 'name'), [
'prompt'=>'select venue',
'onchange'=>
]);
?>
</div>
<div class="form-group col-md-9">
<?= $form->field($model, 'descript')->textarea(['rows' => 6]) ?>
</div>