I am trying to show a confirm page once the win form has been submitted. But is just redirects back to itself with a ? after it.
$editFormAction = $_SERVER['PHP_SELF'];
if (isset($_SERVER['QUERY_STRING'])) {
$editFormAction = "?" . htmlentities($_SERVER['QUERY_STRING']);
$editFormAction = $_SERVER['PHP_SELF'];
if (isset($_SERVER['QUERY_STRING'])) {
$editFormAction = "?" . htmlentities($_SERVER['QUERY_STRING']);