title = '联系我们'; $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

如果您有业务问题或其他问题,请填写以下表格与我们联系。谢谢您.

'contact-form']); ?> field($model, 'name')->textInput(['autofocus' => true]) ?> 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']) ?>