title = 'Contact'; $this->params['breadcrumbs'][] = $this->title; ?>
If you have business inquiries or other questions, please fill out the following form to contact us. Thank you.
array('class' => 'form-horizontal'), 'fieldConfig' => array('inputOptions' => array('class' => 'input-xlarge')), )); ?> field($model, 'name')->textInput(); ?> field($model, 'email')->textInput(); ?> field($model, 'subject')->textInput(); ?> field($model, 'body')->textArea(array('rows' => 6)); ?> field($model, 'verifyCode'); echo $field->begin() . $field->label() . Captcha::widget() . Html::activeTextInput($model, 'verifyCode', array('class' => 'input-medium')) . $field->error() . $field->end(); ?>