studioforty9-dev / Recaptcha

Magento Module for the most recent version of Google reCAPTCHA. (This module is no longer actively supported)
BSD 3-Clause "New" or "Revised" License
50 stars 45 forks source link

Captcha does not work #4

Closed danielciornei closed 9 years ago

danielciornei commented 9 years ago

I implemented this on a website but looks like the actual checkbox does nothing. I can submit form without clicking the box as no error pops up. Looks like the form does not gothrough captcha. Site is www.woodandbeyond.com and it's only enabled in product reviews

eoghanobrien commented 9 years ago

Hi,

Which version are you running? How did you download the extension? Magento Connect or Composer?

danielciornei commented 9 years ago

Hi.

Magento 1.9

Downloaded from github today

Since i wrote the email i found that my review form does not validate at all.

Your extension works great as tested on all the rest forms except reviews but i believe it to be unrelated with the extension.

On 1 Apr 2015, at 21:18, eoghanobrien notifications@github.com wrote:

Hi,

Which version are you running? How did you download the extension? Magento Connect or Composer?

— Reply to this email directly or view it on GitHub.

eoghanobrien commented 9 years ago

Are you using a custom theme like Ultimo? Or are you using the built in review functionality, can you provide a link?

danielciornei commented 9 years ago

Custom theme But like i said in my previous email.

It.s related to the form itself. Had some jquery that screwed up the validation. All good now. Thank you

On 1 Apr 2015, at 22:58, eoghanobrien notifications@github.com wrote:

Are you using a custom theme like Ultimo? Or are you using the built in review functionality, can you provide a link?

— Reply to this email directly or view it on GitHub.

eoghanobrien commented 9 years ago

Okay great, it might help others to know what happened. Thanks.

danielciornei commented 9 years ago

No problem

What happened is that i have a custom theme and i am using a plugin for tabs called easy tabs

at forst the block was not displayong but i solved it by following your guides and adding this in my local xml

true 1

——

all good so far except my form would not validate. whenever o clicked on an empty form even… would refresh and tell me that nickname was required and so on. but captcha was not in this list

so i had a look at the original rwd form file and i found out that i was displaying the rating stars a bit wrong and had a jquery in that file for this. which broke the validation.

now i can see the validation works as intended and the forms light up in red when i click on send review on an empty form.

On 1 Apr 2015, at 23:04, eoghanobrien notifications@github.com wrote:

Okay great, it might help others to know what happened. Thanks.

— Reply to this email directly or view it on GitHub https://github.com/StudioForty9/Recaptcha/issues/4#issuecomment-88646535.

eoghanobrien commented 9 years ago

Great, nice sleuthing :) hopefully it will help anyone who has s similar issue! Thanks for taking the time to explain.