Hi all,
Im after a bit of advice about a sign up page. Not so much code but just the best way to get around a problem i have.
ok,
I have a normal form that the user enters email address, password ect etc into then the form is submited to another page which inserts the data inot the datbase. Before the insert takes place there are some checks e.g if the password is less then 8 characters then it takes the user back to the sign up page and tells the user what is wrong.
Now my problem is that when a user enters something wrong and they are taken back to the sign up page. The rest of the values that the user has filled out in the text / drop down boxes is gone. Is there a way to get round this so all the values are still filled in (not password) so the user doesnt have to start filling in the form over again?????
My first thought was to put all the values into thier own session var, would this work and how?
any help would be great 🙂