Forum
Is it possible to include reCAPTCHA in Members app Registration form?
Is it possible to somehow include reCAPTCHA in the Members app Registration form? Or, are there any additional spam fighting tools that might be possible to use?
Is it possible to somehow include reCAPTCHA in the Members app Registration form? Or, are there any additional spam fighting tools that might be possible to use?
We don't have a prepackaged solution to do that for you. What does it require?
I was thinking of Google's reCaptcha service which needs to have two parts: client side - display the recaptcha, and server side - verify the recaptcha solution. They document it here: https://code.google.com/p/recaptcha/wiki/HowToSetUpRecaptcha.
Any thoughts about how I might incorporate this? Or, if you might consider incorporating this at some point?
Captchas are pretty user-hostile, so it's not the sort of thing we're in a rush to add to Perch.
I think you could probably integrate reCaptcha using a form validation helper, but I'd need to work an example, I suspect.