dhtmlxform save method

Is it possible to reload form based on the output of the save method?

Hi,

There is no a ready to use utility, but it can be added rather easily
You can use “onAfterSave” event of the form to retrieve server side response, and based on it call form’s API to set the updated values.