title = 'Contact'; $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

session->hasFlash('contactFormSubmitted')): ?>
Thank you for contacting us. We will respond to you as soon as possible.

Note that if you turn on the Yii debugger, you should be able to view the mail message on the mail panel of the debugger. mailer->useFileTransport): ?> Because the application is in development mode, the email is not sent but saved as a file under mailer->fileTransportPath) ?>. Please configure the useFileTransport property of the mail application component to be false to enable email sending.

If you have business inquiries or other questions, please fill out the following form to contact us. Thank you.

'contact-form']); ?> field($model, 'name') ?> field($model, 'email') ?> field($model, 'subject') ?> field($model, 'body')->textArea(['rows' => 6]) ?> field($model, 'verifyCode')->widget(Captcha::className(), [ 'template' => '
{image}
{input}
', ]) ?>
'btn btn-primary', 'name' => 'contact-button']) ?>