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

title); ?>

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

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