Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Eric

    (@emartin24)

    marties, I haven’t used captcha before (I personally don’t care for it), but I imagine it is possible to integrate it. What have you tried so far?

    -Eric

    Thread Starter marties

    (@marties)

    Hello,
    i had a look at wp-recaptcha and WP Captcha Free but for both of these you’ve got to ad just before </form> do_action(‘comment_form’, $post->ID);

    but it’s only for comments so it’s useless

    i also tried to use wp-recaptcha (for loading libraries and comments)
    then in smcf.php i redeclare the recaptcha public key
    and split the $output

    echo $output;//containing the form
    echo recaptcha_get_html($publickey);//captcha module
    echo $output2;//closing the form + <div class=smcf-bottom>

    it’s like it’s working but when i click for popup it goes somewhere like
    wyciwyg://11/http:URLOFTHEWEBSITE

    it’s like there is a conflict in javascript ???
    i’m stuck there and i also didn’t try validation

    Plugin Author Eric

    (@emartin24)

    I would need to see it in action to tell what the problem is…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: SimpleModal Contact Form (SMCF)] Captcha integration’ is closed to new replies.