2

Is there any addon which adds captcha to Form_Field?

Like

$f = $this->add('Form');
$f->addField('Line','captcha')->addCaptcha();
Vadym
  • 749
  • 3
  • 15

1 Answers1

3

There are two

Captcha based on Imagick https://github.com/rvadym/x_captcha

reCaptha from Google https://github.com/rvadym/x_recaptcha

Vadym
  • 749
  • 3
  • 15