SyntaxFix
Write A Post
Hire A Developer
Questions
You could use $.ajax to avoid the natural behaviour of <form method="POST">. You could, for example, add an event to the submission button and treat the POST request as AJAX.
<form method="POST">