Well i have a sign in form, and there are about 10 fields... some of them are required so i want to know haw can i do this:
The user has filled in almost all the the fields, but he fogot one (required) and hit submit button... so i want to return to the sign in page but wiht the fields filled with the information he already typed. i have done it retuning the values like this: www.server.com/page.php?filed1=value&filed2=value2..... and so on... but i dont want my variable passed that way.. does exist any other way to return variables??
Question
Nxt_Gate
Well i have a sign in form, and there are about 10 fields... some of them are required so i want to know haw can i do this:
The user has filled in almost all the the fields, but he fogot one (required) and hit submit button... so i want to return to the sign in page but wiht the fields filled with the information he already typed. i have done it retuning the values like this: www.server.com/page.php?filed1=value&filed2=value2..... and so on... but i dont want my variable passed that way.. does exist any other way to return variables??
Thanks in advance!!!
Link to comment
Share on other sites
7 answers to this question
Recommended Posts