pageTitle=Yii::app()->name . ' - Contact Us'; $this->breadcrumbs=array( 'Contact', ); ?>
If you have business inquiries or other questions, please fill out the following form to contact us. Thank you.
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.