• Resolved Andrew Leonard

    (@andrewleonard)


    I am using the BBPress Login Widget to allow users to login to the website. The Captcha form appears at the bottom of the Widget and complains if you do not enter a value but if you do, it does not check that it is correct
    Have I done something wrong or misunderstood something
    This is the site

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

    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. Please do the following:

    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 followed all above mentioned steps but Google Captcha still not working we can help you to configure your Google Captcha in your Custom form, but 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, and we`ll need time to study your form.

    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/.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘BBPress Login Widget’ is closed to new replies.