You would either have to dynamically put the URL into the form like this (in PHP): <form action="<?= $_SERVER['REQUEST_URI'] ?>" method="post">
確定! 回上一頁