'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 (), [ 'template' => '
' ] )?>
= Html::submitButton('Submit', ['class' => 'btn btn-primary', 'name' => 'contact-button'])?>