-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recaptcha accepts any input #4
Comments
Have you configured your form markup correctly? |
The thing is README is missing code for server side validation. I wasn't able to figure out the correct syntax so had to use a different plug-in |
The validation of the field is handled in the behaviour. |
Hi, Also maybe you can also add another couple of lines on how to use this when SecurityComponent is on.
|
Hello, I just implemented the Plugin into my Cake site and I am encountering the same issue - the plugin does not correctly validate i.e. it accepts any input. The view looks like this:
In my controller I have added :
As well as
in the action itself. The Recaptcha form gets displayed correctly, but it does not throw an error when entering incorrect (or even no) text. I am using Cake 2.4. Please advise |
Still no response? Wow... |
I ended up switching to a different plugin altogether, @xcy7e : https://github.com/CakeDC/recaptcha |
Hi There
First of all, awesome plugin, It worked perfectly under my localhost.
The thing is, when i tried it on my server, it doesn't work
It accepts any input the users gave and this is using the same code i used for my localhost.
Also, i already tried several keys and of course, with the enable global domain so i'm 100% sure it's not my error
Anyone can help me with this issue?
The text was updated successfully, but these errors were encountered: