Update contact.php (#74)
This commit is contained in:
parent
3214a14ebf
commit
a25a953f8d
@ -49,7 +49,7 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
|
||||
<?= $form->field($model, 'subject') ?>
|
||||
|
||||
<?= $form->field($model, 'body')->textArea(['rows' => 6]) ?>
|
||||
<?= $form->field($model, 'body')->textarea(['rows' => 6]) ?>
|
||||
|
||||
<?= $form->field($model, 'verifyCode')->widget(Captcha::className(), [
|
||||
'template' => '<div class="row"><div class="col-lg-3">{image}</div><div class="col-lg-6">{input}</div></div>',
|
||||
|
Loading…
Reference in New Issue
Block a user