When I create new web form and copy paste the URL, it always show an error in IE8.
Upon investigation it's this code that cause the IE to break
<script type="text/javascript">var el=document.getElementById("custom_http_referer"); el.value = document.location; </script>
Now what's the purpose of this JS? When I clicked edit HTML in web form, the updated form code doesn't include the above JS
But when I create new web form, the above JS is included in the code
Thanks