'opinion-form']); ?>
user->isGuest): ?>
= $form->field($model, 'name') ?>
= $form->field($model, 'email') ?>
= $form->field($model, 'message')->textArea(['rows' => 6]) ?>
user->isGuest): ?>
= $form->field($model, 'verifyCode')->widget(Captcha::className(), [
'template' => '
',
]) ?>
= $form->field($model, 'isTest')->hiddenInput() ?>
= Html::submitButton('Envoyer', ['class' => 'btn btn-primary', 'name' => 'opinion-button']) ?>