• Resolved brainstorm15

    (@brainstorm15)


    Hi All,

    The Google Captcha does not validate when i click submit button of my custom template form which is an php file. Can you help us out how can we use this?

    I integrate the code by implementing on my php form.
    <?php if( function_exists( ‘gglcptch_display’ ) ) { echo gglcptch_display(); } ; ?>

    I see the captcha on my form but it does not validate.

    Hoping for your fast positive response. Thank you

    https://www.ads-software.com/plugins/google-captcha/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    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

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    Please provide a link to the page where the problem occurs, so we could help you to solve it.

    Sincerely,
    BestWebSoft Support Team

    Thread Starter brainstorm15

    (@brainstorm15)

    Here is the link

    https://stage.modsolar.net/free-trial/

    thanks

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    We’ve followed your link and we saw that there are script errors on your site. Perhaps they are the cause of the incorrect captcha work.
    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.

    Hi,
    The Google Captcha does not work in my register and login template page. Works only in wp-admin. please help me. How to integrate Google Captcha in template page.

    Thanks

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi anmol275,

    If you would like to add the Google Captcha to your own form, just copy
    and paste this shortcode to your post or page: [bws_google_captcha]

    Follow the next steps in order to add Google Captcha (reCaptcha) to a custom form on your WordPress website:

    1) Install the Google Captcha plugin and activate it.
    2) Open the file (PHP or HTML) with the form (where you would like to add Google Captcha to).
    3) Insert the following lines to display the Google Captcha.
    For PHP form:

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

    For HTML form:

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

    Sincerely,
    BestWebSoft Support Team

    helpful post

    thank you
    It works well

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    We’re glad that everything is fine now. Feel free to contact our support team with any questions in future.

    Sincerely,
    BestWebSoft Support Team

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Integrating Google Captcha not validating in a custom template’ is closed to new replies.