document.querySelector('form').addEventListener('s ubmit', function(event) { event.preventDefault();
// Form verileri kodu
setTimeout(function() { window.location.href = "success.html"; }, 2000); // 2 saniye (2000 milisaniye) sonra yönlendirme yapılacak şekilde ayarlandı
});
kendi kodunuzu yollarsanız daha iyi olur