Form 3.0 doesn't save my form

Hi,

I’m trying your last Form …
Should I update connector or dataProcessor to make my form saved ?

For the moment, I can see with firebug, that my Server Side Page is called but nothing happen in my Database (no insert).

UP

There is no need to update connector files, old ones must work correctly.
Which logic you are using to save the form ?

To use connectors on server side you need to use dataprocessor on client side

Plain form.send call will send data on server side as normal form post, and can’t be used with connectors.

docs.dhtmlx.com/doku.php?id=dhtm … aprocessor