• Resolved julien66

    (@julien66)


    Hi,
    After clicking submit, Contact form 7 success message show up and stays for almost 2 seconds. So the redirection looks very slow for the user.

    Is there a way to redirect really quickly? Even not showing CF7 success message? Just redirect

    Thank you

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

    (@yuvalsabar)

    @julien66,

    There is nothing we can do about the delay, since it’s related to the time the server is processing the request.

    If you want to hide success message, you can do it by css:

    .wpcf7 .wpcf7-form.sent .wpcf7-response-output { 
        display: none !important; 
    }
    Thread Starter julien66

    (@julien66)

    Thank you @yuvalsabar

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slow redirection’ is closed to new replies.