• Resolved TRY01

    (@try01)


    The contact form works fine using version 4.7.

    With 4.9, messages gets sent but the ajax loader image stays visible and the “Sender’s message was sent successfully” does not appear. I disabled all my plugins and removed my custom css styles but nothing seems to resolve it.

    I haven’t made any changes to the form code not sure if I have to with the newest version. If I revert back to version 4.7, it works as expected.

    I am unable to leave my site address here but could send it to you privately if you would like.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    I have exactly the same issue !
    Please when this will be fix ?
    PHP 7.1.9 @64BitOS and WordPress 4.8.1

    Cheers

    Bruno

    • This reply was modified 7 years, 2 months ago by Antoine.

    Same problem here.

    Thread Starter TRY01

    (@try01)

    I got it to work by adding the code below to my Functions file….

    add_filter( ‘wpcf7_load_js’, ‘__return_false’ );
    add_filter( ‘wpcf7_load_css’, ‘__return_false’ );

    I don’t remember if add_filter( ‘wpcf7_load_css’, ‘__return_false’ ); was needed.

    After clicking the ‘Send’ button the URL does add the page number and some other data though. I am going to stick with version 4.7 for now.

    I am using CyberChimps Responsive Theme.
    https://www.ads-software.com/themes/responsive/

    I am going to ask on the theme support forum if any other users having issues with this contact form too.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Message gets sent but ajax loader keeps spinning’ is closed to new replies.