Hi,
Can some one tell me how to place "*" sign before the label
Please refer the image if i am not clear.
This is the code that gives "*" after label "Password"
<div class="row">
<?php echo $form->labelEx($model,'password'); ?>
<?php echo $form->passwordField($model,'password'); ?>
<?php echo $form->error($model,'password'); ?>
</div>