English 中文(简体)
Zend_Form_Element_Captcha - Reload
原标题:

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.

问题回答

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





相关问题
Multiple Forms With Captcha - Error on Ajax Submit

Problem: I have a comment page with each comment box having a reply button. Now the reply buttons have a jquery live click binding on them which when triggered loads the appropriate comment form via ...

reCAPTCHA-like Web Service in other Languages

Is there a CAPTCHA web service like reCAPTCHA that supports languages other than English? It would be nice to have localized CAPTCHAs for non-English users.

Cucumber tests and captcha: how to handle that?

We are considering using Cucumber for testing web applications (not in rails, most of them are asp.net actually). The applications are in production, our main goal is to test if everything is fine ...

zend_captcha always fails isValid()

I ve got an issue with Zend_Captcha always returning false when the page is submitted and the captcha s isValid() method is being called. It s driving my nuts because this as far as I am concerned ...

Custom captcha design

I currently ran into the issue that I do not have the money to buy/rent any professional captchaing service. So I tried to look around for OS captcha generators, and captcha designs. I also had a ...

Zend_Form_Element_Captcha - Reload

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 ...

Captcha reloading and animated icon synchronization problem

I want to create a captcha in my website. I will try to describe how I want to do that. See the code below please: <img src=”captcha_img.png”> <img src=”reload.png”> <a href=”..”>...

How to write the Captcha?

I am developing a registration form in that i want to place the CAPTCHA . i generate a random string but how to convert that into the image other wise how can i develop the CAPTCHA code or any ...

热门标签