Viewing 5 replies - 16 through 20 (of 20 total)
  • Welcome to the world of debugging. I think you nailed your first trophy, congratulation, Mehmet !

    I had the same problem with Contact Form 7 using the Contact Form to DB Extension. I was actually using the Contact Form to Database Extension with Fast Secure Contact Form, but still using Contact Form 7 for other site forms.

    Contact Form to DB Extension interfered with Contact Form 7 and it left it hanging with the spinning arrow icon, and didn’t show the confirmation message.

    Solution:
    Edit the CF7DBPlugin.php in the Contact Form to DB Extension.
    Comment out (add // to) the line:
    add_action(‘wpcf7_before_send_mail’, array(&$this, ‘saveFormData’));

    Contact Form 7 will no longer hang (and of course, will no longer send info to the database).

    Hope this helps someone. If this is not your particular case, then there’s a chance another plugin is interfering with Contact Form 7.

    I just came across the same issue running a theme called Complexity-2 (not a child theme) after reading this thread all I did was go into the COntact Form 7 root folder of the plugin directory and deleted the contact-form-7.js file and this has worked so far without any issues. It may not be the perfect fix and everyone has their own little quirky things to iron out, but it worked for me…hope someone else has success with this hack.

    I have the same problem with the spinning arrow and no confirmation/error messages on my contact form 7 forms but only where I use the photo upload option. The other forms seem to work correctly. The forms also seem to work correctly on my local host version but not on the live site. I recently updated my Suffusion theme (v. 4.0) and Contact Form 7 (3.1). Can I try renaming instead of deleting the contact-form 7.js file as jonm173 suggests above in case I need it back? What is the root folder? Is that just the Contact Form 7 folder in the plugins folder? As you can tell, I am definitely a novice when it comes to this stuff. Any help would be much appreciated.

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘[Plugin: Contact Form 7] The Confirmation send message does not show,Ajax Loader’ is closed to new replies.