let approvalForm = document.getElementById("approvalform"); approvalForm.addEventListener("submit", (e) => { handleSuccess(); });