Ok I have a form that checks to make sure certain fields are filled out on the following page and if the fields are not filled out then it redirects you back to the form. But the problem is that when you are redirected back all the fileds are now blank. Is there a way to restore the varibles into the form?
Also is there a better way to do this? Should I use a javascript Validation? If I do how would I set it up so if say for instance. The user clicked submit. It wouldn't send the action until after the javascript validate has been done other wise do nothing?
Thanks,
Jesse