I downloaded the dhtmlxForm component seperatively and when i started working with it it didn’t initialize the form. I threw a look at the source code and that the problem appears to be here:
//alert(typeof window.dhtmlXFormLs);
if (!window.dhtmlXFormLs[this._rId]) {
window.dhtmlXFormLs[this._rId] = {
form: this,
inps: [],
vals: {}
};
}
This peace of code does not work.
If you are a serious company you should do some testing before putting some release in the download link because i wasted 2 hours in vain.
Time is expensive!