Viewing 5 replies - 1 through 5 (of 5 total)
  • Try disabling your other plugins, then test it and you will find out if another plugin is causing it. Let me know what you find.

    Mike

    I also have a problem in SI CAPTCHA plugin, in my comment area I can not view the captcha image.

    Post a URL if you need help
    also read the FAQ

    I also have a problem in SI CAPTCHA plugin, in my comment area I can not view the captcha image.
    this is the code…

    <p style=”text-align: center;”>FORMULARIO PARA COMENTARIOS/CONTACTO /SUGERENCIA</p>

    <form action=”enviar_mail.php” enctype=”application/x-www-form-urlencoded” method=”post”>
    <div>

    NOMBRE:
    <input id=”txt_nombre” name=”txt_nombre” size=”57″ type=”text” tabindex=”1″ />

    </div>
    CIUDAD

    <input id=”txt_ciudad” name=”txt_ciudad” size=”56″ type=”text” tabindex=”2″ />

    COMENTARIOS:
    <textarea id=”coments” cols=”40″ rows=”10″ name=”coments”></textarea>

    <?php do_action(‘comments’, $post->ID); ?>

    <input name=”Submit” type=”submit” value=”Enviar” tabindex=”11″ /> <input id=”Cancelar” name=”Cancelar” type=”reset” value=”Cancelar” />

    </form>

    omega-internet

    Your theme must have a <?php do_action('comment_form', $post->ID); ?> tag inside your comments.php form or this plugin cannot show anything there.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: SI CAPTCHA Anti-Spam] Does not work’ is closed to new replies.