Please fill out the following fields to change the details of the contact person:
Contact Information
'inst-form', 'type'=>ActiveForm::TYPE_INLINE,'formConfig' => [ 'labelSpan' => '3']]); ?>
= $form->field($modal, 'name')->textInput(['style'=>'width:300%'])?>
= $form->field($modal, 'email')->textInput(['style'=>'width:300%'])?>
= $form->field($modal, 'phone')->textInput(['style'=>'width:300%'])?>
= Html::activeLabel($modal, 'shoppingSystem') ?>
= $form->field($modal, 'shoppingSystem')->radioList(['1'=>'yes', '0'=>'no'])?>
= $form->field($modal, 'role')->dropDownList(['primary contact'=>'primary contact', 'director'=>'director'])?>
= $form->field($modal, 'parentInstitution')->dropDownList($institutionList)?>
= $form->field($modal, 'notes')->textarea(['style'=>'width:200%'])?>
= Html::submitButton('Update', ['class' => 'btn btn-success', 'name' => 'create-button'])?>
= $form->field($modal, 'contactID')->hiddenInput ()->label ( '' )?>