'contact-form', 'enableClientValidation'=> false]); ?>
= $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' => '
',
]) ?>
= $form->field($model, 'isTest')->hiddenInput() ?>
= Html::submitButton(' Envoyer', ['class' => 'btn btn-primary', 'name' => 'contact-button']) ?>