Saves data of form in DB.
myForm.attachEvent("onButtonClick", function(id){ myForm.save(); });
Description: