• Resolved ziapy

    (@ziapy)


    After sending it takes a long time to redirect to an external URL and also not displaying the success message of form submission. Work fine on removing the redirect option.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Yuval

    (@yuvalsabar)

    Hi @ziapy,

    It looks to me like you have some JS issue there. Something is completely disabling CF7 JS scripts. It might be a plugin conflict or a theme issue. Please check and let us know.

    Yuval.

    • This reply was modified 5 years, 8 months ago by Yuval.
    Thread Starter ziapy

    (@ziapy)

    Contact form works fine but after using Autoptimize plugin it stopped working (infinite loading on sending). I fix that problem by adding below code in the functions.php file.
    “add_filter( ‘wpcf7_load_js’, ‘__return_false’ ); “

    Plugin Contributor Yuval

    (@yuvalsabar)

    Thank you for the update.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Takes long time to redirect to external url’ is closed to new replies.