Hi, I’m new to DHTMLX and I’m trying to load data into a form using a JSON string via load function [form.load(URL,“json”)], but it seems I used a wrong JSON format, anyone got an example?
Above the JSON returned from the server (JSON keys=name of form fields)
Thanks, but it’s not what I was looking for. I’m tryong to fill values of form fields with values from a JSON array returned by the server via the form load method -form.load(URL,“json”)…