Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    We have received your query and it is now being processed. We will get back to you on this forum as soon as we can.

    Regards,
    BestWebSoft Support Team

    Thread Starter smrutiranjanpanda

    (@smrutiranjanpanda)

    Thank you i will be waiting for your reply

    Hi again,

    Thank you for contacting us.

    Google Captcha will be displayed and work correctly if you are using standard registration, login, comments form pages. In case of using custom forms and pages it will be necessary to make changes in them so that captcha could be displayed and work correctly.

    1) Install the Google Captcha plugin and activate it.
    2) Open the file with the form (where you would like to add google captcha to).
    3) Find a place to insert the code for the google captcha output.
    4) Insert the necessary lines:

    if( function_exists( 'gglcptch_display' ) ) { echo gglcptch_display(); };

    If the form is HTML you should insert the line with the PHP tags:

    <?php if( function_exists( 'gglcptch_display' ) ) { echo gglcptch_display(); }; ?>

    If you have followed all steps, but the problem remains, we can help you to configure your Google Captcha custom form, however it’s a paid service, since there are a lot of different custom forms and the code should be inserted individually into each of them, so we need time to study your form.

    Sincerely,
    BestWebSoft Support Team

    Thread Starter smrutiranjanpanda

    (@smrutiranjanpanda)

    I am using it in a standard checkout form which is from woocommerce ,i have just added <?php echo do_shortcode(‘[bws_google_captcha]’); ?> under the billing details but without checking the captcha i can place order .

    Hi again,

    Unfortunately, Google Captcha and Woocommerse plugins aren’t compatible for now. Maybe we’ll fix this problem in the future updates.

    Sincerely,
    BestWebSoft Support Team

    Hi,

    Since there is no reply from you, we consider this topic as resolved. We hope you’ve found the solution. If you have any questions, please feel free to contact us via our Help Center – https://support.bestwebsoft.com/.

    Sincerely,
    BestWebSoft Support Team

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Unable to Validate with woocommerce checkout’ is closed to new replies.