I have this process:
FormPage.php -> Redirect.php -> Completed.asp
On Redirect.php, I have some code that tests for captcha completion on FormPage.php.
How do I pass on the variables to Redirect.php so they are then sent to Completed.asp?
Essentially, I want my code to check for captcha completion and not get to Completed.asp unless that captcha is completed.
Any help here?
Thanks,
Jon