I am making a site and i have a fully working register form that post information to a database. But after a submit, I would like to redirect the user to a new page, basically a "Congrats, your a member" page with some info on how to get started. Below is my current form code.
I cant seem to get both things working. For instance, i can redirect to a new page, but the form wont post its data to my database, but if i dont do a redirection, it posts to the database. Please help me with this problem.