Hello,
I recenly upgraded to 8.4.
When submitting forms in IE8 the form is submittet to /Admin/Public/404.aspx because the e.action fails on submit in IE8 with error: "the object doesn't support this property or method"
This is the html from my form..
<form method="post" id="FormSave21" name="FormSave21" enctype="multipart/form-data" action="/Admin/Public/404.aspx" onsubmit="s=function(e){e.elements['FormCH1_h'].value='cd27ccee64aa7d21e760b3b735f8a58c';e.elements['_sys_to_email'].value='';e.action='https://xxx.dk/Default.aspx?ID=794&Purge=True';return true};return s(this)">
What has gone wrong?
Is it a bug or is my configuration incorrect?