Answer the question
In order to leave comments, you need to log in
Displaying form validation error?
Hey!
I have a registration form using bootstrap like this:
<div class="row">
<div class="col-md-3"><span class="formLhFix"><?=Yii::t('app', 'Cell phone number')?></span></div>
<div class="col-md-4">
<?=$form->field($cellPhoneModel, 'phone')->textInput(['placeholder'=>'+7', 'class'=>'form-control'])->hint(false)->label(false);?>
</div>
<div class="col-md-5 formLhFix">
*
</div>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question