Keep in mind that this line turns it off for log in customers.
If you wish to run it for all customers even log in ones, change it to this..if((CAPTCHA_RETURNS != 'false') && (!$_SESSION['customer_id'])) {
Glade it helped!Code:if (CAPTCHA_RETURNS != 'false') {
Bookmarks