• Resolved yajuvendra1990

    (@yajuvendra1990)


    Hi,

    By Contact form 7 I am receiving the email, but the spinner just keeps spinning, causing the sender to be unaware that the message has been sent and therefore clicking SEND multiple times.

    I have deactivating all plugins, and switching back to the default theme. The problem still persists. Even I’ve rolled back to 4.7 and also removing this code `<script>
    document.addEventListener( ‘wpcf7mailsent’, function( event ) {
    location = ‘thankyou-page’;
    }, true );
    </script>` but it’s not working.

    Thanks
    Yajuvendra

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Where can we see the site?

    rkwp

    (@rkwp)

    Hi,
    the same Problem here.

    Look at following Websites:
    https://grmsv-moers.de/kontakt
    https://rkb-soli-nrw.de/kontakt
    https://rcbrheinhausen.de/kontakt-anfahrt/

    All sites use WP 4.9.4 and PHP 7.2

    Also no message appear if answer in quiz is not correct.

    • This reply was modified 7 years ago by rkwp.
    rkwp

    (@rkwp)

    Hi,
    i just discovered – its a conflict with nextgen gallery.
    If nextgen gallery is disabled all messages are ok.

    nextgen gallery and contact form 7 are latest versions.

    I encountered this issue but in my case this was related to PHP warnings being sent back along with CF7 json response.

    Warnings are related to CF7 plugin itself, e.g. “Missing argument 3 for wpcf7_special_mail_tag()”.

    I made sure all warnings are disabled in WP and it fixed the issue.

    This is what I added to wp-config.php file :

    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    define('WP_DEBUG_DISPLAY', false);
    • This reply was modified 6 years, 9 months ago by JohnBoone.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not Showing Success Message’ is closed to new replies.