I'm trying to integrate reCaptcha with tectite's php formmail. I
followed the steps on http://www.tectite.com/fmhowto/recaptcha.php
(which include following the 1st 3 steps -- but not the 4th -- on
http://recaptcha.net/plugins/php/ )
I have several forms that use it, so i put the recaptcha publickey,
require, and the recaptcha_get_html into a file called verify.php that
then I php-include into all my forms.
I also added the [imgverify=recaptcha_response_field] string to my
derive_fields hidden field and set $recaptcha_private_key and
$require_captcha in my copy of formmail.php.
And yet, no matter where set I $publickey, php-require
"recaptchalib.php", when I submit my form, I get 'Image verification
string missing. This is probably a fault on the server.' and an error
to my def_alert address.
http://www.free-spirit.org/Forms/testrecaptcha.php is the stripped-
down test form. Help?
TIA,
Eve
> And yet, no matter where set I $publickey, php-require
> "recaptchalib.php", when I submit my form, I get 'Image verification
> string missing. This is probably a fault on the server.' and an error
> to my def_alert address.
The error is from your script (formmail3954.php). Best to ask the
author about it.
You also have 19 HTML validation errors on the page. Best to fix
these.
--
Charles Sweeney
http://FormToEmail.com
PHP mail script with reCAPTCHA