OK so I definitely know how to handle the integration of any Captcha.
What I do ask for is a small example of what I'd do in CURL in the switch after Captcha is verified (ie; the below pseudocode which would be included in a 'verify.php' sort of file, which will handle what to do if a Captcha is verified or if it is not verified):
if Captcha NOT verified-
return text stating to renter captcha code
END
if Captcha IS verified-
INSERT CURL EXAMPLE HERE
- How are the form data items referenced/manipulated here
Thanks again.
Bookmarks