You need to create a form handler that would prevent the default form action. The simplest implementation would be: { e.preventDefault(); }
確定! 回上一頁