Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Dolomats0

    (@dolomats0)

    Plugin Contributor podpirate

    (@podpirate)

    Hi,
    This one will render the captcha:

    <?php do_action( 'recaptcha_print' ) ?>

    And that one is for checking the user input:

    $recaptcha_is_valid = apply_filters( 'recaptcha_valid' , null ) !== false;
    
    // $recaptcha_is_valid will be true when either no captcha is required (e.g. for logged in users) or the captcha is tested successfully.

    regards,
    j.

    Thread Starter Dolomats0

    (@dolomats0)

    Thanks for the Answer

    I added the code u gave.

    The captcha appear but it dosen’t work u can send the form without
    cheking it

    here is the code Line (65/66/67) : http://pastebin.com/hu1YPyPp

    Thanks for help

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ReCaptch Integration in custom forms’ is closed to new replies.