Hi, i have a form with over 20 fields on it. I want to submit this page, storing any filled in details, and redirect the user if there are any errors and highlight them.
How do i do this WITHOUT using Javascript? How do i store the values the User has ALREADY entered and return them back to the page with the fields pre-populated? Do i have to do it all in the Querystring? Any other way besides that and using a Session variable (which i can't use!).
Basically how can i persist any information across pages which isn't in a form. If i redirect, surely i lose any constants set in #include files etc...
Thanks.
How do i do this WITHOUT using Javascript? How do i store the values the User has ALREADY entered and return them back to the page with the fields pre-populated? Do i have to do it all in the Querystring? Any other way besides that and using a Session variable (which i can't use!).
Basically how can i persist any information across pages which isn't in a form. If i redirect, surely i lose any constants set in #include files etc...
Thanks.