Viewing 3 replies - 1 through 3 (of 3 total)
  • When the form on your page is submitted, it is being submitted like a normal HTTP POST, rather than as an AJAX POST. The response that comes back is an entirely new page — meaning, everything reloads. What is supposed to happen is that only a few lines of JSON comes back as the response from the AJAX POST, rather than an entire page and content load.

    Looking at Google Chrome Developer Tools (or Firefox Firebug tools), it shows a couple of errors on your page. One error is related to the Contact Form 7 ajax stuff, so I’m pretty sure that’s the problem. It’s unclear what’s causing that error. Looks like maybe something in embed.js is grabbing ajax requests and messing things up. Some sort of conflict it looks like. I don’t really know what that embed.js is .. almost looks like some Dojo stuff maybe. Anyway, clearly there is some sort of javascript issue with some of your javascript interfering with the CF7 ajax post. Good luck tracking it down….

    (The other error, which I don’t think is a big deal, though it’s hard to say, is that embed.js tries to load another jquery.js and gets a 404 for that).

    Thread Starter knightsmith

    (@knightsmith)

    @dtynan Okay, no problem. Thanks for checking it out. I will do some digging and see what I find.

    @knightsmith – Try this link to get your COntact Form 7 Ajax functioning correctly, this is what worked for me.

    https://venugopalphp.wordpress.com/2014/01/08/ajax-not-working-in-contact-form-7/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Inline link not appearing, everything else works’ is closed to new replies.