So I have a bunch of forms that all post to a perl page
(formmail.pl).  I've included a reCAPTCHA in each of those forms.  I'd
like to now point those forms to a new perl page (verifyCaptcha.pl)
where I can (obviously) verify the captcha.

If it verifies I'd like to REDIRECT THE PREVIOUS FORM SUBMISSION to
formMail.pl.

If they don't enter the captcha correct then I want to show them
another captcha form and let them try again.  All the while I want to
be keep a hold of their original form submission so that once they do
enter it correct I can resubmit to formMail.pl.

Can someone point me to resources for me to tackle this seemingly
simple task?


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to