Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Try setting the enableClientValidation parameter to false on yii\widgets\ActiveForm::begin()
Added:
Set your own field display template. Remove {error} from the line and check again.
$form = ActiveForm::begin([
'fieldConfig' => [
'template' => "{label}\n{beginWrapper}\n{input}\n{hint}\n{error}\n{endWrapper}",
],
]);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question