Support » Plugin: reCaptcha by BestWebSoft » I can click submit and captcha does nothing?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter truelux

    (@truelux)

    here is a link dreamcarbroker.com/registration/

    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,

    We can’t check the captcha block on your site, because it didn’t work for the moment we were visiting it. According to your description, you add captcha to the custom form. 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

    Plugin Author bestwebsoft

    (@bestwebsoft)

    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 – http://support.bestwebsoft.com/.

    Sincerely,
    BestWebSoft Support Team

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I can click submit and captcha does nothing?’ is closed to new replies.