Hi all,
I need to integrate reCaptcha via an iFrame on our MM sites. I've have the reCaptcha form displaying on the page and the verify.php and recaptchatlib.php loaded into the root directory.
However, I'm getting this message displaying in the HTML
I've done this dozens on times on php based sides. This MIVA setup is driving me nuts. Has anyone done this successfully?
NOTE: I know there is an alternative to this via the Emporium Plus Tool Kit but I can't get that to work either.
I need to integrate reCaptcha via an iFrame on our MM sites. I've have the reCaptcha form displaying on the page and the verify.php and recaptchatlib.php loaded into the root directory.
However, I'm getting this message displaying in the HTML
Code:
is_valid) { echo "You got it!"; } else { # set the error code so that we can display it $error = $resp->error; } } echo recaptcha_get_html($publickey, $error); ?>
NOTE: I know there is an alternative to this via the Emporium Plus Tool Kit but I can't get that to work either.
Comment