From: Louie Miranda on
Guys, do you know how can we can integrate captcha.net and quickform?

Thanks
--
Louie Miranda
- Email: lmiranda(a)gmail.com
- Web: www.louiemiranda.com
From: Alexey Borzov on
Hi Louie,

Louie Miranda wrote:
> Guys, do you know how can we can integrate captcha.net and quickform?

There is a Services_ReCaptcha package which interfaces with reCAPTCHA. I don't
think it'll be that difficult to integrate it with QuickForm, using
HTML_QuickForm_CAPTCHA package as inspiration. Note, though, that it may be more
interesting to integrate it with QuickForm2, since
a) Services_ReCaptcha is PHP5 anyway;
b) Elements in QuickForm2 can validate themselves without having to bother
with Rules.