Hi,
I have set Google NoCaptcha in my forms but suddenly they dissapear from all the website's forms.
It was working and the keys are the right ones, but I cannot discover what is breaking my form now.
Please, can you take a look: http://redes.miticatechnology.com/index.php/informate/contacto
Thanks,
Joaquín
Hi Joaquín,
I see the Google NoCaptcha OK from here
Bob
Hi Bob,
How are you?
I got the problem to use recaptcha in my form. how to make recaptcha as require form?
I fill the my form and submit without enter rechaptcha code, the form saved.
recaptcha does not work as require validation.
my form url : http://spmb.medistra.ac.id/index.php/2016-05-01-06-38-20
I need your help
Ben
Hi Ben,
The Check ReCaptcha action needs an Event Loop action in the pink On Fail event (like the Upload Files action). It should also be before the Upload Files action.
Bob
Thanks a lot Bob, I got it.
What are you best recommended for type of recaptcha? honeypot, recaptcha or nocaptcha.
Hi irawan,
If you want a visible Captcha then my recommendation is the Google ReCaptcha2/NoCaptcha - this is both because it is widely used so users will be familiar with it and because most of the time it just requires the user to check a box.
If you don't need it visible then I'd use a classic HoneyPot trap (not the ChronoForms one). This uses a standard empty form input hidden with CSS so that it is not visible to normal users. On submission you check to see if it has a value added - if it does then the submission is probably spam and you can stop, redirect . . . but not continue the submission.
Some custom server-side validation can also be useful - checking textarea content for URLs if they are not normal on your site; etc.
Bob
Thanks for you recommendation and thanks for help. see u Bob