• I use Contact Form 7 on all my websites and its been a really great plugin to work with. Kudos to the developer for a great job.

    I’m working on a project that requires me to create some special modules for the plugin in order to grab some of the post information for the email. I got the modules to work, and the emails are being sent exactly as planned, but now the loading icon just keeps spinning and the success message does not show up.

    I’ve tried removing my modules and reverting back to the default files, settings, etc. I’ve tried disabling all other plugins. I’ve tried completely uninstalling and reinstalling Contact Form 7 (including database tables). Nothing I do seems to get it working again.

    Is there a known compatibility issue between WP 2.9.1 and Contact Form 7 2.1?

    https://www.ads-software.com/extend/plugins/contact-form-7/

Viewing 8 replies - 1 through 8 (of 8 total)
  • No compatibility issues between WP 2.9.1 and Contact Form 7 2.1 have been found so far. An issue has been reported (and fixed in the development version), though, it’s actually an issue with other plugins, not with WP.

    I’m having this issue as well – bit I can’t figure out which plugin is causing the conflict. Is there a list of ‘known plugins’ that have a conflict with CF 7? I tried the update, deactivating and reactivating, but I’m still getting the contact form to just spin and spin (the mail does get delivered though, but that’s not that helpful to the end user without confirmation).

    I can share my list of plugins if anyone is willing to help me out.

    Thanks!

    Thread Starter phycel

    (@phycel)

    I’m still having this issue. Its not a plugin conflict as I disabled all other plugins and tested, still receiving the same results… the email does get delivered but the loading icon keeps spinning.

    https://frontporch.clientpod.com/contact-us/

    phycel, you can use Firebug to see the JavaScript errors on your site.

    I saw this on your site:

    syntax error
    var obj = document.getElementById(x);\n
    Thread Starter phycel

    (@phycel)

    Well that minor javascript error had to do with wp-slimbox, so I deactivated it so no more javascript errors show. Still the same issue with the loading icon. I really am kinda stuck as I don’t know what could be causing the conflict.

    Thread Starter phycel

    (@phycel)

    If I look at firebug while trying to submit the form, this is the Response I get in the console:

    <script type="text/javascript">
    function changeDisplay(x) {
    
    var obj = document.getElementById(x);
    
    if (obj.style.display === "block") {
    	obj.style.display = "none"; } else {
    	obj.style.display = "block";}
    }
    </script>{ mailSent: 1, into: "#wpcf7-f1-p7-o1", captcha: null, message: "Your message was sent successfully. Thanks.", onSentOk: null }
    Thread Starter phycel

    (@phycel)

    Just to let everyone know I figured out my problem and it was the javascript programming on my end. Due to my theme modifications I was attempting to put a special javascript function but obviously put it in the wrong theme file. I apologize… of course, I wouldn’t have even thought to look at the javascript if it weren’t for takayukister. So, thanks!

    I have the same problem. Could you please tell me what I have to change?

    I receive the messages, but the arrow is spinning and it doesn’t show the success message…

    Please help

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Contact Form 7 loading icon keeps spinning’ is closed to new replies.