'contact-form']); ?>
= $form->field($model, 'name') ?>
= $form->field($model, 'email') ?>
= $form->field($model, 'subject') ?>
= $form->field($model, 'body')->textArea(['rows' => 6]) ?>
= $form->field($model, 'verifyCode')->widget(Captcha::className(), [
'options' => ['class' => 'form-control'],
'template' => '
',
]) ?>
= Html::submitButton('Submit', ['class' => 'btn btn-primary']) ?>