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

    (@bestwebsoft)

    Hi Laura,

    Since you use a custom form instead of the standard wordpress functionality, it is necessary to 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(); } ; ?>

    Sincerely,
    BestWebSoft Support Team

    Thread Starter laura.lee

    (@lauralee-1)

    Hello,

    Thank you for your response. This answer will help someone else, I am sure. For me, whoosh! Like a jet flying overhead… like that… this flew over my head. 🙂 My friend, I don’t want to learn how to fly that plane to become a jet pilot with you… I’ll stay right here on the ground. 🙂

    I still use this plug-in, but added “something else” so it covers what I needed done. **I marked this resolved.

    Thank you for your response and the plug-in.

    Have a wonderful day. 🙂

    Laura Lee

    Honestly, I do not think this answers the question.
    They asked if this plugin can be used for the default BuddyPress registration screen.
    The answer would be simply NO! The register page is dynamically rendered, therefore there is no place to put the code you described above.

    This and similar Captcha plugins are useless to BuddyPress.
    I have yet to find one that will work.

    The only way you can slow down the spam users is to go to the Register webpage under pages and rename the slug from register to something else like siteregister.

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    Google Captcha (reCAPTCHA) will only be displaying and functioning correctly, if you are using standard registration login and comments form pages. In case you are using custom forms and pages, you need to make changes to them (we have mentioned these changes above) in order to have Google Captcha (reCAPTCHA) displayed and working properly.

    Sincerely,
    BestWebSoft Support Team

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can this be used with BP registration page?’ is closed to new replies.