beginWidget('CActiveForm', array( 'id'=>'register-form-register-form', // Please note: When you enable ajax validation, make sure the corresponding // controller action is handling ajax validation correctly. // See class documentation of CActiveForm for details on this, // you need to use the performAjaxValidation()-method described there. 'enableAjaxValidation'=>false, )); ?>

Fields with * are required.

errorSummary($model); ?>
labelEx($model,'username'); ?> textField($model,'username'); ?> error($model,'username'); ?>
labelEx($model,'password'); ?> passwordField($model,'password'); ?> error($model,'password'); ?>
labelEx($model,'email'); ?> emailField($model,'email'); ?> error($model,'email'); ?>
endWidget(); ?>