• When People try to use my Contact from on my wordpress Blog
    ( http://www.smpblog.com )
    It does not work on Internet Explorer.

    The strange thing is… When I am logged in and I clikc “preview” post,
    ( in internet explorer ) I typed in my info and submitted, and it worked. BUT when I log out, still in Internet Explorer and submit info, it just spins and spins and spins.

    Has anyone had this issue? Does anyone know how to resolve it??

    The form seems to work with Safari and Firefox….

    http://wordpress.org/extend/plugins/contact-form-7/

Viewing 9 replies - 1 through 9 (of 9 total)
  • I just created two new forms (using the very latest version, downloaded an hour ago). On Firefox and on Windows explorer 7, the large form embedded on a page works. The smaller form:

    <p>Name: [text* name 25/100]</p>
    <p>Email:  [email* email 25/100]</p>
    <p>[submit "Send"]</p>

    Is embedded in a side bar widget.
    The Firefox one works. The Explorer just spins. Never returns.

    I have one other plug in enabled. Featured Gallery.

    http://www.addinall.net/robyn

    Anyone…….????

    Another weird one. On both Firefox and Internet Explorer.
    Testing the large form.

    http://www.addinall.net/robyn/?page_id=252

    If you disable the Subscribe checkbox, last item, the submit button gets taken out of service….. Here is the code it produces

    <p>Subscribe to Newsletter<br />
        <input type="checkbox" name="subscribe" value="1" id="subscribe" class="wpcf7-acceptance" onclick="wpcf7ToggleSubmit(this.form);" checked="checked" /></p>
    <p><input type="submit" value="Send" /> <img class="ajax-loader" style="visibility: hidden;" alt="ajax loader" src="http://www.addinall.net/robyn/wp-content/plugins/contact-form-7/images/ajax-loader.gif" /></p>
    <div class="wpcf7-response-output wpcf7-display-none"></div></form></div>

    Any ideas anyone. I have only been using this pkug-in for a day! I’ll go and read all the known bugs now!…..

    Why is this in the checkbox field?????

    onclick=”wpcf7ToggleSubmit(this.form);”

    I think that might be a not documented feature where I made the mistake. That is an ‘accept this or bugger off prompt’. I get it. RESOLVED!!!

    I see in contact-form-7.js there are a lot of calls into the jQuery library. Since we both make pretty extensive use of slide graphics I wonder if this is where the conflict lies. I hope not. This form thing was pretty handy even though it has cost me a day…

    None of my forms will submit in IE6, 7 or 8. The arrows spin, but I get the IE error on the bottom left. It tells me:

    Line: 64
    Char: 2
    Error: ‘into’ is null or not an object
    Code: 0
    Url: /wp-content/plugins/contact-form-7/contact-form-7.js?ver=2.0.7

    I’m using WP 2.8.6
    Contact Forms 7 version 2.0.7
    No other plugins are activated
    Works in Firefox and Chrome

    @addinall How did you fix the problem? I don’t see onclick=”wpcf7ToggleSubmit(this.form);” anywhere in the source.

    I discovered that the following line (as seen in the CF7 edit form window) was causing my forms to break in IE:
    <span class="cf7-label-50">Length:</span> [text length 4/]

    Seems that naming the text field “length” causes problems. By simply renaming the field (to “thelength” in my case), I was able to restore full functionality in IE.

    webaver’s fix worked for me as well. Are there any ramifications for implementing this patch?

    I had a problem with the site coming up blank using Internet Explorer. I use Contact Form 7 and found that (for some odd reason and after a bunch of troubleshooting) using label tags for evalName – <label for=”evalName”> caused the problem. I think those labels came by default, can’t remember. I think they were there as an example but of course I didn’t think about that until just now 🙂

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