I have received your software update version 15.2.5.16036 in connection with a hotfix.
So far, I could read a value from a Simple Item in dxForm as follows:
var id = '#' + element.dataField;
var data = $(id).val();
Now there is a GUID value in front of the field name in the id = "…" in the generated html.
I can see how I can update the values of a Simple Item in dxForm, but I do not see how I can read it on the fly. because I do not know the GUID value.
Can you help me?