Use this tag if your question relates to the Yii2-validation-system, no matter if your validation is within a model or as standalaone validator-instances.
This may seem like a trivial question, however all of the obvious solutions that I can think of have their …
activerecord yii2 yii2-model yii2-validationIn Login form, I need to have glyphicon-remove icon at the end of every validation message with the corresponding field …
php yii2 yii2-model yii2-validationI have a form which is opening in popup so I want to validate my form by ajax validation but …
php yii2 yii2-validationI'm a beginner of Yii, that's why can't figure out, what's wrong. I use the same model - Users - …
php yii2 yii2-basic-app yii2-validationI have a form <?php $form = ActiveForm::begin(['options' => ['enctype' => 'multipart/form-data']]); ?> <?php echo $form-&…
yii2 yii2-advanced-app yii2-basic-app yii2-model yii2-validationIn my basic app project, I'm trying to integrate the signup form, I'm getting this error: Invalid validation rule: a …
yii2 yii2-basic-app yii2-user yii2-validationI need to compare 2 attribute value in the model and only if first value is lower than second value form …
validation yii2 yii2-validationI have a form in which I am trying to reset the password. I have 3 fields password, changepassword and re-enterpassword. …
yii2 yii2-user yii2-model yii2-validation