Question

Is there any addon which adds captcha to Form_Field?

Like

$f = $this->add('Form');
$f->addField('Line','captcha')->addCaptcha();
Was it helpful?

Solution

There are two

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

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top