Creates a backup of the form.
var backup1 = myForm.saveBackup(); ... myForm.restoreBackup(backup1);
See also: restoreBackup, clearBackup