|
|
@ -25,10 +25,10 @@ $this->params['breadcrumbs'][] = $this->title; |
|
|
|
<?= $form->field($model, 'email') ?> |
|
|
|
<?= $form->field($model, 'email') ?> |
|
|
|
<?= $form->field($model, 'subject') ?> |
|
|
|
<?= $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(), [ |
|
|
|
<?= $form->field($model, 'verifyCode')->widget(Captcha::className(), [ |
|
|
|
'options' => ['class' => 'form-control'], |
|
|
|
'options' => ['class' => 'form-control'], |
|
|
|
'template' => '<div class="row"><div class="col-lg-3">{image}</div><div class="col-lg-6">{input}</div></div>', |
|
|
|
'template' => '<div class="row"><div class="col-lg-3">{image}</div><div class="col-lg-6">{input}</div></div>', |
|
|
|
]); ?> |
|
|
|
]) ?> |
|
|
|
<div class="form-group"> |
|
|
|
<div class="form-group"> |
|
|
|
<?= Html::submitButton('Submit', ['class' => 'btn btn-primary']) ?> |
|
|
|
<?= Html::submitButton('Submit', ['class' => 'btn btn-primary']) ?> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|