dhtmlxCombo: complex names for grouping fields in forms

Hello!



I needed to group fields passing through form into arrays using the syntax with “[]”:



<form …>















But it doesn’t work. Second hidden field’s name becomes corrupted:







So the question: Is there a way to use such complex names?

You can redefine name directly by using

var color_combo= new dhtmlxCombo(“dhtmlXCombo1”, “arr1”, 300);
color_combo.DOMelem_hidden_input2=“arr1[color_new_value]”; // any field name here