I'm trying make a custom event PreSave and I need to do some asynchronous requests, because of this I always have to return false on PreSave and call the postback manually.
The problem is disable the event on submit button, to workaround this I've that remove onclick attribute, but I can't do without the button ID.
How can I get the ID from save button and datetime initial and final for the current form page?
