From 3527b6712c6b2a93c6f12f0673ec14cd14f3b7ed Mon Sep 17 00:00:00 2001 From: MaximAL Date: Tue, 1 Dec 2015 20:16:24 +0300 Subject: [PATCH] Update contact.php --- views/site/contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/site/contact.php b/views/site/contact.php index 22a75bb..b988409 100644 --- a/views/site/contact.php +++ b/views/site/contact.php @@ -43,7 +43,7 @@ $this->params['breadcrumbs'][] = $this->title; 'contact-form']); ?> - field($model, 'name') ?> + field($model, 'name')->textInput(['autofocus' => true]) ?> field($model, 'email') ?>