You can use the HTML5 formaction attribute for this, instead of routing it server-side. <form action="" method="post"> <input type="submit" value="Option 1" ...
確定! 回上一頁