Update contact.php
This commit is contained in:
parent
4b2e0713e3
commit
3527b6712c
@ -43,7 +43,7 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
|
||||
<?php $form = ActiveForm::begin(['id' => 'contact-form']); ?>
|
||||
|
||||
<?= $form->field($model, 'name') ?>
|
||||
<?= $form->field($model, 'name')->textInput(['autofocus' => true]) ?>
|
||||
|
||||
<?= $form->field($model, 'email') ?>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user