A
A
AlexSer2018-05-02 13:02:20
Yii
AlexSer, 2018-05-02 13:02:20

How to save from checkbox in Yii2 activeform?

Faced one problem ///
I'm trying to manually add a user for the administrator.
5ae98ce64a8e1580434069.jpeg
I understand how to do it if only one checkbox is checked. But users can work in two departments at once.
How to organize such a data storage scheme?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaly Khomenko, 2018-05-02
@AlexSer

I don't see any problems. You will figure out how to connect via ActiveForm, it's not difficult.

<input type="checkbox" name="department[]" value="1"> Первый отдел
<input type="checkbox" name="department[]" value="2"> Второй
<input type="checkbox" name="department[]" value="3"> Третий

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question