After starting to get an increasing amount of spam, I decided to add reCAPTCHA to my form. I ran across this thread, which helped, but apparently not enough. I’ve added the pertinent entries, and the reCAPTCHA box shows up in the Designer, but not when I upload the files to the server.
Here’s the form HTML -
And here’s the formmail.php entry - (with a fake Secret Key
)
/* Help: http://www.tectite.com/fmdoc/require_captcha.php /
$REQUIRE_CAPTCHA = “”; / set to a message string if your forms */
// must provide a CAPTCHA string
/* Help: http://www.tectite.com/fmdoc/recaptcha_private_key.php */
$RECAPTCHA_PRIVATE_KEY = “6Lc3OkMaYYsteDI1HiE_A9FnI-UXNSVtyv8bNw75”;
So it looks like it’s trying to work. Just wish I could get it across the finish line.