Update contact.php

This commit is contained in:
MaximAL 2015-12-01 20:16:24 +03:00
parent 4b2e0713e3
commit 3527b6712c

View File

@ -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') ?>