• Hello,

    When I submit form its call ajax. and its taking 10s to 15s seconds and Its very slow. I want to reduce the time.So, I want to make my own ajax in contact form 7. I want to stop the ajax request on submit click.

    Please give me any solution.

    Thanks
    Gunjan Sharma

    https://ww.wp.xz.cn/plugins/contact-form-7/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    That is possible. You can replace the AJAX spinner image using JS. Technique here: http://jsfiddle.net/xixonia/ahnGT/.

    Hope that helps.

    Thanks

    Thread Starter gunnu

    (@gunnu)

    Hello william,

    Thanks for your response,

    I want to reduce the response time. When I click on submit button. then an ajax call gone and it response that the form submission. I want to reduce the time from send button to successfull message.

    Thanks

    The large delay is likely caused by a Javascript conflict with either your current WordPress theme or one of the other plugins you are using. It can also be caused by a server-side warning or error or unclosed invalid tags in your form content. See JavaScript Conflict Problems for guidance on how to investigate this.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘ajax request taking long time’ is closed to new replies.