Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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>

Viewing 1 replies (of 1 total)