Please help!
Is there a solution for this problem?
The combo connector works fine when using it like the example on dhtmlx.com/docs/products/dht … tions.html
but running loadStruct doesn’t fire the connector php.
This works:
formData = [{
type: “select”,
name: “sgi_status”,
label: “Current Status”,
connector: “xml/statusList.php”
}];
testForm = new dhtmlXForm(“testDiv2”,formData);
This doesn’t work:
testForm = new dhtmlXForm(“testDiv2”);
testForm.loadStruct(“xml/testForm.xml”);