Нет такого события.
Вы можете взломать это чем-то вроде:
// Begin anonymous wrapper function to limit the scope of variables
// and avoid namespace collisions.
(function () {
// Get a quick reference to the form.
var f = document.forms.myForm;
// Define a submit handler that won't actually
// do anything until after the form has "submitted"
f.onsubmit = function () {
setTimeout(f.reset, 1000);
}
}());
& hellip; но action = "mailto: & hellip;" плохо поддерживается, поэтому вы должны использовать настоящий обработчик форм вместо попытки взломать ограничения mailto: .