Suggestion: Add oncancel event
Posted: 29 Oct 2013
Might I suggest adding an oncancel() function.
Design SharePoint forms with tabs, complex tables, accordions, sub-lists, and 3rd party columns
https://spform.com/forum/
Code: Select all
var cancel = fd.cancel().get(0);
cancel.onclick = function() {
alert('Cancel clicked');
return false;
}