Tagged: Captcha

1

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

0

PHP Captcha using jQuery AJAX

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

1

Add google CAPTCHA in register page in Magento

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