I am unable to edit the above thread.......
I have the side box "contact us" working now........There is not any captcha for the "contact us" on the top header?
Any info to put it there?
Thanks
Toronto Turbo.com
I am unable to edit the above thread.......
I have the side box "contact us" working now........There is not any captcha for the "contact us" on the top header?
Any info to put it there?
Thanks
Toronto Turbo.com
Glad you got it working from the contact-us page (the side box contact you refer to). As for the contact us form in the navigation menu, I had a look at the html and as far as I can see it should be as simple as addingto the code that produces the menu - it looks like you are using mega-menu.Code:<?php echo recaptcha_get_html($publickey, $resp->error, $request_type == 'SSL'); ?>
Hope this helps
Hi David,
Thank You for your great contribution, it works fine for me and my ZenCart v1.5.1 site.
My problem is that I can't make it work just for "Contact Us" page. I made the changes above, but still no luck.
Thank You in advance!
Zi
Hi Zi - did you remove the line in /includes/templates/YOUR_TEMPLATE/templates/tpl_modules_create_account.php
That should stop it being displayedCode:<fieldset> <?php echo recaptcha_get_html($publickey, $resp->error,$request_type == 'SSL'); ?> </fieldset>
Nice looking site btw
Regards
Hi Dave,
I just did it, and was going to write it here. Thank You anyway
I'm glad you liked the site, thanks again and best regards![]()
I just installed the add-on. It works however when I enter text in a review and I submit before entering the reCAPTCHA code the text is removed. Customers could have several characters of text and they do not want to lose their text by just accidently submitting before entering the reCAPTCHA code. Does anyone have a solution?
Hi Jodean - Interesting, it does seem to be the way Zen cart works by default. (Same if they didn't give a rating). I haven't tried this yet, but you could try altering the file /includes/templates/YOUR_TEMPLATE/templates/tpl_product_reviews_write_default.php
around line 66 you should see
change this toCode:<?php echo zen_draw_textarea_field('review_text', 60, 5, '', 'id="review-text"'); ?>
Hope that works for youCode:<?php echo zen_draw_textarea_field('review_text', 60, 5, $review_text, 'id="review-text"'); ?>
Regards
Hi David,
Thank you for your so big job of the Google reCAPTCHA, but I have problem about how to change the place for the frame and the distance from the other frames.
For example, www.isense.co.nz, on the "Contact Us" page.
The Google reCAPTCHA frame is too close to above frame. I want to change it lower and more to the right side.
Shall I amend the CSS for it or is there any other place I can do it? Thank you very much!
Michael
Hi David,
Thanks very much for your prompt answer. Yes I have the same idea with you.
The Google reCAPTCHA is great absolutely. Thanks again. Cheers!
Michael
Bookmarks