Page 36 of 64 FirstFirst ... 26343536373846 ... LastLast
Results 351 to 360 of 639
  1. #351
    Join Date
    Oct 2007
    Posts
    328
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by dbltoe View Post
    You may be inserting a problem by using the items in red. See https://www.zen-cart.com/showthread....messages/page2
    Thanks a lot for mentioning.

  2. #352
    Join Date
    Jun 2016
    Location
    New York, NY
    Posts
    81
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    I have installed the Google reCAPTCHA plugin and all the include files including those for 1.5.5 (our version is 1.5.5.e). When the I'm not a robot button is checked and the Send button is pressed the mail is not sent and the page reassuring the user of a response does not appear.

  3. #353
    Join Date
    Jun 2016
    Location
    New York, NY
    Posts
    81
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by SPython View Post
    I have installed the Google reCAPTCHA plugin and all the include files including those for 1.5.5 (our version is 1.5.5.e). When the I'm not a robot button is checked and the Send button is pressed the mail is not sent and the page reassuring the user of a response does not appear.
    OK - found the solution in a previous post in this thread of @lat9 dated 3 Mar 2018, 11:12 AM
    The file /includes/classes/observers/class.google_recaptcha.php needs to be edited to suit the requirements of the server by uncommenting and commenting (//) the pertinent lines of code.
    Last edited by SPython; 29 Jul 2018 at 05:46 PM.

  4. #354
    Join Date
    Jun 2016
    Location
    New York, NY
    Posts
    81
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Now that I have the reCaptcha plugin working I see this message google.com/recaptcha/admin
    "We detected that your site is not verifying reCAPTCHA solutions. This is required for the proper use of reCAPTCHA on your site. Please see our developer site for more information."

    Any suggestions or hints?

  5. #355
    Join Date
    Jun 2016
    Location
    New York, NY
    Posts
    81
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by SPython View Post
    Now that I have the reCaptcha plugin working I see this message google.com/recaptcha/admin
    "We detected that your site is not verifying reCAPTCHA solutions. This is required for the proper use of reCAPTCHA on your site. Please see our developer site for more information."

    Any suggestions or hints?
    Now getting:
    We detected that your site is verifying reCAPTCHA passed solutions less than 50% of the time (etc)

  6. #356
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,183
    Plugin Contributions
    11

    Default Re: Support Thread for Google reCAPTCHA


  7. #357
    Join Date
    Aug 2018
    Location
    Sweden
    Posts
    1
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Hey!
    I have a problem. I do not know where on my website I will save these files. I have Zen Cart version 1.5.1. Can anyone give a good explanation of exactly how to do to install reCaptcha on my form? If there are any code strings to enter and where to enter them.

    SINCERELY
    John Rosell
    Last edited by johnrosell; 7 Aug 2018 at 02:28 PM.

  8. #358
    Join Date
    Dec 2012
    Location
    Northamptonshire United Kingdom
    Posts
    37
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Hi David, I am using v155f on linux at njp business .com
    I installed your capcha and cannot send from contact form? so I did a test by going to :
    https://www.google.com/recaptcha/api/siteverify
    and this is the error message I get:

    {
    "success": false,
    "error-codes": [
    "missing-input-response",
    "missing-input-secret"
    ]
    }

    Is this something I did wrong? or do I need to modify something?

  9. #359
    Join Date
    Jan 2014
    Posts
    216
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    So my site on the contact us page it will send an email without checking the box. I just reinstalled all the files from the zip file I downloaded. I went in and changed the template i'm using. I have it working fine for my other site, but this one keeps passing emails without checking the box.

  10. #360
    Join Date
    Jan 2014
    Posts
    216
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    SO I re uploaded all the files for the third time. It is working on all pages except for Contact us.
    Code:
    <?php
    /**
     * Page Template
     *
     * Loaded automatically by index.php?main_page=contact_us.<br />
     * Displays contact us page form.
     *
     * @package templateSystem
     * @copyright Copyright 2003-2016 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: rbarbour zcadditions.com Fri Feb 26 00:03:33 2016 -0500 Modified in v1.5.5 $
     */
    ?>
    <div class="centerColumn" id="contactUsDefault">
    
    <?php echo zen_draw_form('contact_us', zen_href_link(FILENAME_CONTACT_US, 'action=send', 'SSL')); ?>
    
    <?php if (CONTACT_US_STORE_NAME_ADDRESS== '1') { ?>
    <address><?php echo nl2br(STORE_NAME_ADDRESS); ?></address>
    <?php } ?>
    
    <?php
      if (isset($_GET['action']) && ($_GET['action'] == 'success')) {
    ?>
    
    <div class="mainContent success"><?php echo TEXT_SUCCESS; ?></div>
    
    <div class="buttonRow"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_BACK_ALT) . '</a>'; ?></div>
    
    <?php
      } else {
    ?>
    
    <?php if (DEFINE_CONTACT_US_STATUS >= '1' and DEFINE_CONTACT_US_STATUS <= '2') { ?>
    <div id="contactUsNoticeContent" class="content">
    <?php
    /**
     * require html_define for the contact_us page
     */
      require($define_page);
    ?>
    </div>
    <?php } ?>
    
    <?php if ($messageStack->size('contact') > 0) echo $messageStack->output('contact'); ?>
    
    <fieldset id="contactUsForm">
    <legend><?php echo HEADING_TITLE; ?></legend>
    <div class="alert forward"><?php echo FORM_REQUIRED_INFORMATION; ?></div>
    <br class="clearBoth" />
    
    <?php
    // show dropdown if set
        if (CONTACT_US_LIST !=''){
    ?>
    <label class="inputLabel" for="send-to"><?php echo SEND_TO_TEXT; ?></label>
    <?php echo zen_draw_pull_down_menu('send_to',  $send_to_array, 0, 'id="send-to"') . '<span class="alert">' . ENTRY_REQUIRED_SYMBOL . '</span>'; ?>
    <br class="clearBoth" />
    <?php
        }
    ?>
    
    <label class="inputLabel" for="contactname"><?php echo ENTRY_NAME; ?></label>
    <?php echo zen_draw_input_field('contactname', $name, ' size="40" id="contactname" placeholder="' . ENTRY_REQUIRED_SYMBOL . '" required'); ?>
    <br class="clearBoth" />
    
    <label class="inputLabel" for="email-address"><?php echo ENTRY_EMAIL; ?></label>
    <?php echo zen_draw_input_field('email', ($email_address), ' size="40" id="email-address" autocomplete="off" placeholder="' . ENTRY_REQUIRED_SYMBOL . '" required', 'email'); ?>
    <br class="clearBoth" />
    
    <label for="enquiry"><?php echo ENTRY_ENQUIRY; ?></label>
    <?php echo zen_draw_textarea_field('enquiry', '30', '7', $enquiry, 'id="enquiry" placeholder="' . ENTRY_REQUIRED_SYMBOL . '" required'); ?>
    
    <?php echo zen_draw_input_field('should_be_empty', '', ' size="40" id="CUAS" style="visibility:hidden; display:none;" autocomplete="off"'); ?>
    <br class="clearBoth" />
    
    
    </fieldset>
    
    <?php echo recaptcha_get_html(true); ?>
    
    
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_SEND, BUTTON_SEND_ALT); ?></div>
    <div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_BACK_ALT) . '</a>'; ?></div>
    <?php
      }
    ?>
    </form>
    </div>

 

 
Page 36 of 64 FirstFirst ... 26343536373846 ... LastLast

Similar Threads

  1. Support Thread for CKEditor Plugin
    By DivaVocals in forum Addon Admin Tools
    Replies: 201
    Last Post: 31 Aug 2021, 05:14 PM
  2. Back to Top Plugin [Support Thread]
    By picaflor-azul in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 6 Feb 2016, 10:52 PM
  3. v151 Plug 'n' Pay plugin [Support Thread]
    By KetchRescue in forum Addon Payment Modules
    Replies: 5
    Last Post: 28 Nov 2015, 04:56 AM
  4. Justuno Plugin [Support Thread]
    By JustunoApp in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 24 May 2015, 11:00 PM
  5. VendingBox Plugin Support Thread
    By vb_support in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 10 Feb 2013, 07:24 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR