You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to reCAPTCHA
Just implemented reCaptcha on a CF form I am making that emails the
form values. The reCaptcha displays and appears to be working, and the
form submits, but now I'm noticing that it submits whether or not a
word is typed in the Captcha field.
I have tried to dump the FORM.recaptcha variables out on the submitted
page, and I get an error message.
Element RECAPTCHA is undefined in FORM.
Any help would be really appreciated.
Here is a peice of my form code:
<cfform action="#CGI.SCRIPT_NAME#?#CGI.QUERY_STRING#" method="post">
<cfinput name="subject" type="text" required="yes" message="Please
enter a title or subject." />
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to reCAPTCHA
I assume no one has tried to implement this with Coldfusion, and why
would they, it sucks. I don't particularly like CF myself, but I need
to get it to work with it.