[SOLVED] Â Select multiple values from checkboxes, second try |
10/1/2015 11:39:09 AM |
PHPRunner General questions | |
K
kdgsv author
Hallo, |
|
![]() |
Sergey Kornilov admin 10/1/2015 |
You must use varchar field for this field. Since you setup this field as multiselect it is expected to be a text field so it can save comma separated values like 32,35,38. |
K
|
kdgsv author 10/2/2015 |
You must use varchar field for this field. Since you setup this field as multiselect it is expected to be a text field so it can save comma separated values like 32,35,38. Even if you are not saving it in the database and handle it via events field itself still need to be a varchar.
|