Please fill out the following fields to submit the new contact person:
If your contact person is from a new institution, you first need to enter the new institution. = Html::a('New Institution', ['validation/new'], ['class'=> 'btn btn-success']);?>
Contact Information
'inst-form', 'type'=>ActiveForm::TYPE_INLINE,'formConfig' => [ 'labelSpan' => '3']]); ?>
= $form->field($model, 'name')->textInput(['style'=>'width:300%'])?>
= $form->field($model, 'email')->textInput(['style'=>'width:300%'])?>
= $form->field($model, 'phone')->textInput(['style'=>'width:300%'])?>
= Html::activeLabel($model, 'shoppingSystem') ?>
= $form->field($model, 'shoppingSystem')->radioList(['1'=>'yes', '0'=>'no'])?>
= $form->field($model, 'role')->dropDownList(['primary contact'=>'primary contact', 'director'=>'director'])?>
= $form->field($model, 'parentInstitution')->dropDownList($institutionList)?>
= $form->field($model, 'notes')->textarea(['style'=>'width:200%'])?>
= Html::submitButton('Create', ['class' => 'btn btn-primary', 'name' => 'create-button'])?>