• Resolved luxman

    (@luxman)


    I am running this plugin on a multi site, but the theme I’m using has the following code:

    <form id="add-review-form" action="<?php echo site_url( '/wp-comments-post.php' ); ?>" method="post"> with all the fields, etc…

    Whenever I submit the information I get a:

    “Error: You have entered an incorrect CAPTCHA value. Click the BACK button on your browser, and try again.” from domain.com/wp-comments-post.php

    But the captcha isn’t appearing on the page… So I’m thinking I have to manually add it? But even if I do add it, will there be “two” of them somehow?

    http://wordpress.org/extend/plugins/captcha/

Viewing 1 replies (of 1 total)
  • Hello luxman,

    If you select the tick Comments form in the captcha settings and you don’t see the captcha in the comments, but when you try to leave a comment, the catcha prevents you. Then you should remove this tick in the settings of comments form or you should add the captcha to the comments code.

    Kind regards,
    Support team

Viewing 1 replies (of 1 total)
  • The topic ‘How to Add Plugin via PHP to page template?’ is closed to new replies.