I’m loading data from a database to a form.
On button click I want to insert the form in the the database
I’ve read documentation for dataProcessor and dhtmlxConnector however I cannot find a correct method to insert the form.
My attempts to perform this action have resulted in updating the existing entry rather than inserting a new one
This is something you can use until you find a solution. Its been a while for me so i apologize.
Create your form data “formData=[]”.
remember to set the names on each type. Ex {type: “combo”, name: “playername”, label: “Playername”, required:true}
This is where i use attachEvent to save the information. Until i figure that out myself, i just use this. I send the information and retrieve it in JSON format.