This topic has 2 replies, 2 voices, and was last updated 10 years by SQadmin.

  • Author
  • #160
     buddhatunes
    Participant

    In what file would I add captcha code for the registration form popup?

    #162
     buddhatunes
    Participant

    Per http://wordpress.org/plugins/captcha/faq/,

    I inserted this successfully in Sweetdate general-register-modal.php (captcha shows but does not work)

    <?php if( function_exists( ‘cptch_display_captcha_custom’ ) ) { echo “<input type=’hidden’ name=’cntctfrm_contact_action’ value=’true’ />”; echo cptch_display_captcha_custom(); } ?>

    Uncertain about instruction below to “add the lines to the function of the entered data checking”

    <?php if( function_exists( ‘cptch_check_custom_form’ ) && cptch_check_custom_form() !== true ) echo “Please complete the CAPTCHA.” ?>

    #177
     SQadmin
    Keymaster

    Hi,
    You can use this plugin instead:
    http://wordpress.org/plugins/buddypress-recaptcha/

    It adds the captcha to the register page not the modal.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?