• Hello,

    This is my website –> http://olaspain.com/tr/iletisim/

    And when user clicks send button spinning arrows occur form received correctly but as spinning arrows keeps circling and no message appears saying form submitted successfully users keep submitting the form and this causes problems.

    I have tried followings;

    • Updating the wordpress to the newest one – it did not work
    • Disabling all plugins and tried – it did not work
    • Tried in different browsers – it did not work
    • Tried in basic theme (Twenty Fourteen) – it did not work
    • I really appreciate your help I read all conflicts about Java and WP but nothing helped me.

      Thanks

      https://wordpress.org/plugins/contact-form-7/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter monurakkus

    (@monurakkus)

    There is no meaningful explanation in JavaScript Conflict Problems page. I really need support from someone for this issue. I tried all the things but no solution yet..

    @monurakkus: Your site has WP_DEBUG set to true and this causes some stream_set_timeout() has been disabled for security reasons warnings of PHP which are printed to browser after sucessful send. The warnings are added to the relevant server reply. CF7 scripts.js then fails (unfortunately) silently, because it receives invalid JSON and because of this the spinner keeps spinning.

    Suggested solution: Set WP_DEBUG to false (especially on a production/live website) or ask your hosting provider if PHP stream_set_timeout() can be enabled…

    @mods: First post in this thread breaks html of forum.

    Thread Starter monurakkus

    (@monurakkus)

    Hello,

    I’ve checked suggested solutions and both solution did not work… And I did no change in the system except updates and this form stopped working suddenly… I really appreciate any kind of help.

    Thanks

    The PHP warning is still there: http://i.imgur.com/KeinYg4.png (link updated)

    That usually means that WP_DEBUG is set to true instead of false in wp-config.php

    Thread Starter monurakkus

    (@monurakkus)

    Hello,

    As you see in the config file its set to false –> http://imgur.com/Vxc5pOo

    Thanks

    The PHP warning is still there and as explained you have to disable these kind of warnings, otherwise the CF7 javascript (and all other similar javascripts) won’t work as expected on your server.

    The problem is not caused by CF7 plugin. It’s a general PHP and/or WordPress settings problem.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Spinning arrows Contact Form not working’ is closed to new replies.