|
@@ -43,7 +43,7 @@ $this->params['breadcrumbs'][] = $this->title;
|
|
|
|
|
|
|
|
<?php $form = ActiveForm::begin(['id' => 'contact-form']); ?>
|
|
<?php $form = ActiveForm::begin(['id' => 'contact-form']); ?>
|
|
|
|
|
|
|
|
- <?= $form->field($model, 'name') ?>
|
|
|
|
|
|
|
+ <?= $form->field($model, 'name')->textInput(['autofocus' => true]) ?>
|
|
|
|
|
|
|
|
<?= $form->field($model, 'email') ?>
|
|
<?= $form->field($model, 'email') ?>
|
|
|
|
|
|