Forum

Thread tagged as: Question, Members

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?

Ed Pritchard

Ed Pritchard 0 points

  • 7 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

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?

Drew McLellan

Drew McLellan 2638 points
Perch Support

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.