Submit Combo with checkboxes

Hi, i using checkbox in dhtmlXCombo, and i select all checkbox, but when submit form and show with php var_dump($_POST);

only show:

array(3) { [“alfa3”]=> string(0) “” [“alfa3_new_value”]=> string(4) “true” [“Submit”]=> string(6) “Enviar” }

Only combo value is submitted

Is there a method to get the total number of select options that php can read?

Thanks…!

Hi

unfortunately combo works in the way when checkbox state does not send to a server, you have to do it manually