If I remove line 187, wont that break the beginning statement on 185?
185 <fieldset>
186 <legend><?php echo ENTRY_EMAIL_PREFERENCE; ?></legend>
187 </fieldset>
If I remove line 187, wont that break the beginning statement on 185?
185 <fieldset>
186 <legend><?php echo ENTRY_EMAIL_PREFERENCE; ?></legend>
187 </fieldset>
like i said, technically the </filedset> should come after the fields (inputs) anyway - so no it won't break it.
And it will tell us if this fieldset is a wild goose chase or not :)
Not sure if you changed that or not - but i could create an account just now.
Intersestingly it failed when I tried it from the login page - but succeded from the create account page that the failure took me to
Great plug-in - worked like a charm from the outset, thank you! I have one question, on the contact us form, if someone does NOT in error tick the recpatcha box, then the form resets with no message and simply blanks all the contact us fields and comes up with the standard "required fields" red asterisks - there is no error message to say for example "reCaptcha required please" whilst preserving the entered fields. Is there a way to do this at all please?
Thanks
Cliff
Hi Cliff
Thanks. For the contact us form - it should display the message 'Please verify that you are not a robot' and leave the other fields filled in. It does on my one (I just tested to make sure).
So why isn't it with yours? Do other server side errors on the form (eg email address) behave in a similar way?
The only other think I can see that might cause it is SSL. Do you have SSL enabled on your site?
Regards
David
David
Yes, our store runs in SSL mode.. No other errros do not behave in that way.
By the way - our form
Cheers
Cliff
Last edited by cliffvt; 4 May 2016 at 12:09 PM.
Hi Cliff
Just tested your form.
An invalid email address (with the robot field ticked) does trigger the same error.
Question now is why?
I still think the SSL is connected somehow.
I see the form action is to http not https (I get a warning in Firefox when it tries to send) - maybe changing it to https would help
Regards
David
Hello David,
I have been busy with other projects and started to work with this again. I tested the contact us page and it works fine. I went into the tpl_modules_create_account.php file and removed <?php echo recaptcha_get_html(); ?> line so that I could register an account and test the review captcha, well when I go to the new page without the recpatcha code it still reads "please verify that you are not a robot" error. Anyway to disable only the create account captcha so I can test the review?
It would be nice if we can get this to work with our version of zen cart and our theme870 from http://www.templatemonster.com/zenca...tes/55063.html
Hi
To disable the reCaptcha on any of the pages just edit class.google_recaptcha.php and comment out the appropriate line. eg
RegardsCode:// $pages_to_check[] = 'NOTIFY_CREATE_ACCOUNT_CAPTCHA_CHECK';
Hi, Need help please. The new class.google_recaptcha file crashes my site. I've upgraded the captcha from the old one. I've noticed on that new file it says 'Designed for v1.5.4' and the old 'class' file is designed for 1.5.1 which Is the zen cart version I am running and when I upload the old file my site works. However the captcha is not required on my site and you can submit a form without selecting 'i'm not a robot' therefore I still get spam and makes it useless. Any help would be appreciated. Thanks