
Originally Posted by
giftmeister
Thanks for the mod, David.
I'm on 1.51, smart enough to follow the simple instructions...and it doesn't work. The recaptcha box displays, but entering the wrong text or entering nothing has no effect as the page still advances.
It's needed only for the account creation page so, after double-checking everything, I tried what was written earlier about the line "$this->attach($this, array..." and deleted the unneeded parts for Contact and Review and it still didn't work. My ZC was installed as 1.51, no upgrade, so another post with a similar issue does not apply. I tried the box in different places in tpl_modules_create_account and it was the same result each time.
There are no other mods for signing up, I'm using the standard process and with all products virtual so no shipping address asked for. Any ideas?
Hi giftmeister, Not sure what has gone wrong. As you found out moving the box within the create account form shouldn't affect it. Removing the extra entries in the $this->attach.... should stop it being needed on those other pages. Can you check that it looks like
Code:
$this->attach($this, array('NOTIFY_CREATE_ACCOUNT_CAPTCHA_CHECK'));
to just have it on the create account page.
Regards
David
Bookmarks