Hello,
I'm trying to code the register part of the cms but got stuck on the submitting part.
It submits it into the db perfectly but I want it to redirect to the index page once it's submitted.
I've tried
<form method="post" onsubmit=window.location="/index.php" action="/registeration.php" name="register" class="form">
But that didn't work, does anyone know what to do?
I'm trying to code the register part of the cms but got stuck on the submitting part.
It submits it into the db perfectly but I want it to redirect to the index page once it's submitted.
I've tried
<form method="post" onsubmit=window.location="/index.php" action="/registeration.php" name="register" class="form">
But that didn't work, does anyone know what to do?