Viewing 6 replies - 1 through 6 (of 6 total)
  • I’m facing the same problem. I press update and nothing happens. I had to inactivate the plugin. Please, help!

    I had the same problem when I used the firefox browser. I made all the changes to the settings and when I pressed the update button, nothing happened.

    It did work though when I used the Safari browser. I just received a test email I sent myself so I guess it’s working?

    Agree – you can only modify the settings in safari. It does work

    Seems author of this plugin not updating for a long time. Here what need to do to work that “Update” button.

    Edit this plugin in plugins admin page or in WP “/wp-content/plugins/wp-comment-auto-responder/wp-comment-auto-responder.php”.

    Find this code block:

    <form action="options-general.php?page=<? echo $_GET["page"]; ?>" method="post">
                <p>Write your message below:</p>
                <textarea name="wpcar_testmsg" id="wpcar_testmsg" cols="100%" rows="5"><? echo $_POST["wpcar_testmsg"]; ?></textarea>
                <p>Destination eMail:</p>
                <input name="wpcar_testto" id="wpcar_testto" value="<? echo $_POST["wpcar_testto"]; ?>" style="width:60%" />
                <input class="button-primary" name="wpcar_testsbt" type="submit" value="Send Mail" />
                </form>

    and remove <form action="options-general.php?page=<? echo $_GET["page"]; ?>" method="post"> and also end of form tag </form>.

    This form tag is already used what is causing this conflict in some browsers.

    hey Bbokac,

    Thanks for the great solution!

    Sander
    The Netherlands.

    Thanks for the solution bbokac. It works fine in Firefox and Safari.

    Regards,

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘WP Auto Responder’ is closed to new replies.