");
// Redirect user to thank you page
window.location.href = "/thank-you/";
},
error: function (data) {
// Replace the forms content with an error message
form.html("
An error occurred. Please try again later.
");
},
});
})
})
console.log("Intercepting form submissions for AJAX handling.");