I need help on my site guys. I had the site all ready now but I can't make a submit button save and redirect to the submitted registration page, this is my whole code:
<h1> Welcome to the Registration Page <h1>
<form>
First name:<br>
<input type="text" name="First Name"><br>
Middle name:<br>
<input type="text" name="Middle Name"><br>
Last name:<br>
<input type="text" name="Last Name"><br>
Gender: <br>
<input type="radio" name="gender" value="male" checked> Male<br>
<input type="radio" name="gender" value="female"> Female<br>
<input type="radio" name="gender" value="other"> Other<br>
Email Address:<br>
<input type="text" name="Email Address"><br>
Password:<br>
<input type="text" name="Password"><BR>
Confirm Password:<br>
<input type="text" name="Password Confirmation"><br>
Referral Account:<br>
<input type="text" name="Referal">
<input type="submit" value="Submit">
</form>
I don't know what to put in the code to make it save the records and redirect to another page