• I did a little digging for this problem here in the forums and found a few posts – but they are all fairly old and new versions of both WP and Contact Form 7 have come out since.

    I’m having difficulties getting Contact Form 7 to work in Internet Explorer.

    http://proshotsrange.com/test-contact-page/

    In Firefox etc it works fine. In IE – when you click “Submit” it doesn’t do anything at all.

    I validated the HTML – and the CSS errors only come from stylesheets included with plugins.

    Any ideas what could be causing this?

    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Will White

    (@willpcg)

    Update: I’ve realized its only Internet Explorer 8 experiencing this issue.

    IE7 works fine.

    Its usually a permalinks issue. Not sure why only in IE and only on somne WP sites. But notice the URL is: test-contact-page/# when it should be: test-contact-page#

    Not sure why the permalinks have that effect but try this. In the Contact form 7 plugins directory open includes/classes.php
    Around line 109 you will see:
    $url = wpcf7_get_request_uri();
    change that line to be:
    $url = ‘/index.php/’.wpcf7_get_request_uri();

    See if that resolves it.

    Thread Starter Will White

    (@willpcg)

    Unfortunately that didn’t do the trick.

    After digging for a while I feel like it might be a problem caused by including both jQuery and prototype.js frameworks. What do you think?

    Still looks like a permalinks or Pathing issue. Notice in the Contact Page:
    <form action="/index.php//test-contact-page/#wpcf7-f2-p280-o1" method="post" class="wpcf7-form">

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Contact Form 7] Contact 7 Not working in Internet Explorer’ is closed to new replies.