Hello again.
Sorry to keep asking questions, but I've run into an issue and can't understand why it is happening.
This project is live so I have duplicated my index.php and have created a test.php to try and figure out whats happening.
My problem is this form when page is in HTTPS mode will not submit. The ajax form just hangs and the swirly wheel gif appears infinitely.
The error is only in internet explorer... Error Permission Denied on the jQuery script?
The page works great in HTTP mode on everything, and HTTPS on everything mac and everything pc apart from Internet Explorer browser.
I've tested it on 7 and 9 in HTTPS mode and same error appears. Works fine in HTTP mode. Firefox and chrome on PC work fine in HTTPS mode.
It's such a simple page, pulling in my form from wordpress install.
The test.php page
https://gist.github.com/d77957ef98945f623d47
Feel free to try and enter for testing, I will remove any entries after now.
It doesn't make any sense why everything works apart from IE in HTTPS mode?
I have tried loading my jQuery in via...
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js"></script>
and
<script src="js/jquery.js"></script>
Strangely the jQuery works fine on the page, but the ajax form will not send?
Have you ever seen a similar problem like this before?
Thanks