Viewing 11 replies - 1 through 11 (of 11 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 Dolomats0,

    If you would like to add Google Captcha to the custom form, please follow these steps:
    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(); } ; ?>

    Regards,
    BestWebSoft Support Team

    Hi,

    I have another question. I put the php code in my custom form and it works ok, but how can I validate if the captcha return success or error when I submit the form to another page?. Rigth now if I enter an incorrect text in the captcha caption the form is still proceesed and send all the data.

    Thanks,

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi marior250,

    We kindly ask you to provide a link to the page, on which the problem occurs. Also, to add captcha correctly, please follow these steps:

    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(); } ; ?>

    Regards,
    BestWebSoft Support Team

    Hi,

    This is the URL:

    https://uat.semanaeconomica.com/article/finanzas/157112-nuevas-alternativas-de-jubilacion-favorable-para-el-afiliado-neutral-para-las-afp/

    You have to click in the button “Enviar por e-mail” to show the form. The captcha is show ok but if I click the “Enviar” button the form submit even I don’t validate the captcha.

    What is missing in my implementation?

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi marior250,

    By the link you provided we see error 404 Not Found. Thus, we kindly ask you to provide a link to the page that works.

    Regards,
    BestWebSoft Support Team

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hello,

    Most likely it happens because of the incorrect implementation of CAPTCHA. Unfortunately, we cannot say exactly where to insert the code, since there are many different custom forms and the code should be inserted individually to each of them. Also, we see script errors on your page. If you want, we can help you with this issue, however this is a paid service, since we need time to study your form and implement CAPTCHA to it. If you agree, please create a private ticket on our support forum https://support.bestwebsoft.com/, and provide the link to this post, so that we`d understand what are you talking about.

    Regards,
    BestWebSoft Support Team

    I have the same issue. The Google Captcha does not validate when i click submit button of my custom template 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. He let the user submit the form without validating the captcha.

    Hoping for your fast positive response. Thank you

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi brainstorm15,

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

    Sincerely,
    BestWebSoft Support Team

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Code to integrate it to custom form’ is closed to new replies.