• Resolved SyGy

    (@sygy88)


    Hi aazztech, it’s always me … I hope it doesn’t bother you with these questions, but I’m trying to optimize my site and possibly your plugin. In these days I have received many boot recordings! I’m looking for a Google Captcha plugin and after a search I chose “Advanced noCaptcha & invisible Captcha“, this because in addition to the classic wordpress login and registration pages. it has the possibility to insert the captcha and a script to validate any form. This is the code that I should insert:

    
    do_action( 'anr_captcha_form_field' )
    
    if ( anr_verify_captcha() ) {
        // Answer is right
        // process form
    } else {
        // Answer is wrong
        // Show error or take other necessary action
        // Do not process form
    }

    I spent all evening trying to get the captcha to work on your registration and login pages, but nothing. I was able to find the registration page (templates/front-end/user-registration-form.php) but no the Login one! Also, I don’t know where to enter the condition to not continue recording if the captcha is incorrect. I tried to insert the “submit” button inside the condition so if the captcha is true it would display the button, otherwise it would not display anything. But it does not work. Do I have to enter the condition on some other page that checks the form data and then sends it to the database?

    Can you help me kindly ?? I searched the forum and there was never anyone who sought help for captcha.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Directorist & Captcha’ is closed to new replies.