Hello,
I have a form that a user can fill in their zipcode, it validates in the same file (subscribe.php) , i.e. when the user hit submit, it loads the same page to validate if the zip code existed or not.
I am able to repopulate the form again when the zipcode is invalid with the error message, but if the zipcode existed, i want it to load to another page which is subscribe2.php.
How should I do this and still have all the post variable from subscribe.php?
Thanks so much in advance.
-Renny