When a new member registers, first they get the message "Registration successful" then they are transferred to a screen with the message: "There was a problem with your details" |You must chose a Username | You must chose a password | You must enter an email address | You must enter a valid email address || with a link to "Go Back to Enter Data"
I check the table in the database and the user's information is entered just as it was put on the registration form. all the *'d fields were filled..
Yes, I've done some changing of code.. but what would the redirection from "successful registration" to "there is an error" be caused by?
I remember it happening when i first created the forum .. but I jes worked thru it because I wasn't concerned at that time..I was working on other options.. but now it's become annoying hehe
It sounds like after they submit thier info, the page redirects to the same page "register.asp?mode=DoIt". When it does that, it doesn't send along the form info that it needs, because it already sent it. So it throws a bunch of errors.
This is the line that causes the page to redirect:
I have some other ideas I want to do with the FORUM and incorporating other things that I"m doing with my site.. but it's so hard to put in words.. but I'll see if I can outline it and then ask the questions here to see if I can get some help.