Hell I have a form on my page that I submit it using JavaScript:
document.getElementById("contactForm").submit();
But this command redirects the page to the form action's page. and I don't want this to happen and stay on the page.
Please help me to solve this problem
(also I've googled it up but there were no useful information)