views:

454

answers:

1

Hello, how could I add a "reload captcha"-feature? How I could change the image element with JavaScript I know, but how should I manage that with the ZF? I generate the captcha with Zend_Form_Element_Captcha as an Image.

+1  A: 

I strongly recommend you to use ReCaptcha using Zend_Form_Element_Captcha. ReCaptcha has its own feature to reload images, etc.

hsz