Why the form is loading too slow in Internet Explorer?
When I put my mouse on a field and try to fill it I have to wait before it response.
Why the form is loading too slow in Internet Explorer?
When I put my mouse on a field and try to fill it I have to wait before it response.
Without seeing the form it is impossible to say why, can you provide a link
I am afraid it's loading pretty fast for me in IE10 and I can start interacting with fields quikly as well, what version of IE are you using and have to tried clearing your cache.
Checking your code it looks like you are including jQuery twice, the first include is version 1.8.3 from the local wordpress install which is correct but you are also loading version 1.7 from google. Loading multiple versions of jQuery is known to cause issues so you should remove that second call and then see if your problem continues or not.
Can I have a guide on how to remove it? Thanks
It's difficult to say for sure because it could be your theme or it could be another plugin, to find out if it is your theme you will need to look in your themes functions.php file and header.php file and see if you can see a line that contains the following url, if you find something similar don't remove it just yet, copy that section of code and then paste it here or over on http://www.pastie.org/
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>