pageTitle=Yii::app()->name . ' - Contact Us'; $this->breadcrumbs=array( 'Contact', ); ?>

Contact Us

user->hasFlash('contact')): ?> widget('bootstrap.widgets.TbAlert', array( 'alerts'=>array('contact'), )); ?>

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

beginWidget('bootstrap.widgets.TbActiveForm', array( 'id'=>'contact-form', 'type'=>'horizontal', 'enableClientValidation'=>true, 'clientOptions'=>array( 'validateOnSubmit'=>true, ), )); ?>

Fields with * are required.

errorSummary($model); ?> textFieldRow($model,'name'); ?> textFieldRow($model,'email'); ?> textFieldRow($model,'subject',array('size'=>60,'maxlength'=>128)); ?> textAreaRow($model,'body',array('rows'=>6, 'class'=>'span8')); ?> captchaRow($model,'verifyCode',array( 'hint'=>'Please enter the letters as they are shown in the image above.
Letters are not case-sensitive.', )); ?>
widget('bootstrap.widgets.TbButton',array( 'buttonType'=>'submit', 'type'=>'primary', 'label'=>'Submit', )); ?>
endWidget(); ?>