Viewing 4 replies - 1 through 4 (of 4 total)
  • Are any of the fields in your form called “name”

    If so, change what that one is called.

    Thread Starter heckraiser

    (@heckraiser)

    <p>Your Name *<br />
        [text* your-name] </p>
    
    <p>Your Email *<br />
        [email* your-email] </p>
    
    <p>Subject<br />
        [text your-subject] </p>
    
    <p>Your Message<br />
        [textarea your-message] </p>
    
    <p>[submit "Send"]</p>

    Those are all the feilds

    I have heard one theory that this crops up from issues between the theme and plugin.

    One idea I heard was turning plugins off and going to default theme then turning them back on and putting your theme back on. Or possibly using a different theme otherwise.

    Another one is going into the file wp-content/plugins/contact-form-7/wp-contact-form-7.php and changing

    define(‘WPCF7_LOAD_JS’, true);

    to false. This is not really ideal because it essentially makes the form work like a method=”post” form instead of using javascript, but at least you get a confirmation.

    Thread Starter heckraiser

    (@heckraiser)

    OK i tried Deactivating all plugins, Changing theme, Activating plugins, change theme back.

    Didn’t work, spinning arrows still making me dizzy and nothing showed up in my e-mail ??

    It’s a custom theme so I really change choose another one.

    Another one is going into the file wp-content/plugins/contact-form-7/wp-contact-form-7.php and changing

    define(‘WPCF7_LOAD_JS’, true);

    to false. This is not really ideal because it essentially makes the form work like a method=”post” form instead of using javascript, but at least you get a confirmation.

    This however worked like a charm.

    Thank very much for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Contact Form 7] Spinning Arrows on Win 7 but not on XP’ is closed to new replies.