Magento Product Review Captcha
In this article I’m going to describe how you add captcha in product review form. In magento, a default captcha is available for only some forms like login, registration, checkout as guest only. But...
Collection of Thoughts
In this article I’m going to describe how you add captcha in product review form. In magento, a default captcha is available for only some forms like login, registration, checkout as guest only. But...
In this tutorial, I’m using jQuery AJAX for getting captcha image from PHP. Using jQuery we can also refresh the captcha code by resending AJAX call to generate new captcha image. I always try...
I have tried to integrate recaptcha and I was partially successfully. I have tried for customer registration page only. But this can be applied to other forms as well. Here is the link where...