Anguel
Anguel
I expect that it is "normal" that Sisyphus cannot determine if the submit is validated or actually submitted. So I will have a look at catching some JS event to...
Cool, thanks. I was thinking about setting some variable in local storage and then reloading the whole page and running sisyphus() only if the variable is set properly but this...
Very nice! I hope this will be merged into Sisyphus soon. Thank you once again.
@gabrieljenik : Once again, thank you very much. Now I have an autosave checkbox which sets a variable that is read in your extremely useful onBeforeSave() function and actually defines...
Actually, I am adding the checkbox for users who want more "privacy", maybe they are on some public PC and do not want all their form data to stay on...
Yes, I will put a warning. Not the best solution, but at least the user cannot sue me for losing his data ;))) Thank you once again! @simsalabim : onBeforeSave()...