M
M
MaikMain2022-01-20 14:23:20
Yii
MaikMain, 2022-01-20 14:23:20

How to save data in the model by skipping the required field. Yii2?

Good afternoon. Faced such a problem.
I have a model and it has a required "reCaptcha" field, but it is made specifically for users only.
But if I want to change this entry in the admin panel, then the data is not saved and I must fill in this required field. Here, accordingly, how can I change everything and save it by skipping this required field?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
IvanMogilev, 2022-01-20
@MaikMain

$something->save(false)
?

V
Vitaliy K, 2022-01-21
@revenger

Validation scripts.
Validation scripts.
You can specify which fields to skip and which will fall under validation, no crutches are needed.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question