• Hello,

    I have a problem with my contact form. It works properly, but when you complete the form and click the submit button, a loading icon appears and it never ends, instead of appearing a thank you message.

    The sender does receive an email in his email inbox and I can recieve his messages.

    Thank you in advance for your help.

    The page I need help with: [log in to see the link]

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

    (@takayukister)

    What other plugins and theme do you use on the site?

    Hello, I have the same problem.
    the theme is Divi and uninstall all non-basic plugins
    everything worked fine until recently

    Thread Starter enersoste

    (@enersoste)

    Hello,

    The theme is Agama Pro and pages are built with WP Bakery Page Builder plugin.

    Thanks!

    The solution that worked for me was to add the following line of code to the functions.php of my theme to deactivate the Ajax loading of the form
    add_filter( ‘wpcf7_load_js’, ‘__return_false’ );

    Thread Starter enersoste

    (@enersoste)

    Thank you @dlorente. I tried adding the code, but it didn’t work for my theme, appearing the following advise:

    Warning: Use of undefined constant ‘wpcf7_load_js’ – assumed ‘‘wpcf7_load_js’’ (this will throw an Error in a future version of PHP) in /homepages/44/d528594803/htdocs/clickandbuilds/Enersoste/wp-content/themes/agama-pro/functions.php on line 42

    Warning: Use of undefined constant ‘__return_false’ – assumed ‘‘__return_false’’ (this will throw an Error in a future version of PHP) in /homepages/44/d528594803/htdocs/clickandbuilds/Enersoste/wp-content/themes/agama-pro/functions.php on line 42

    Thread Starter enersoste

    (@enersoste)

    Hello, the problem persists. Any other idea? Thank you very much.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Loading icon when message is sent’ is closed to new replies.