November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Any changes in environment (EPiServer updates, nuget packages, etc)? How you are generating form element in markup?
Its a standard ASP.Net WebForm, there is no change in enviornments. Form is loading again and Changing the View on a button Press.
Regards
/K
Another fact we found that it works fine from Mobile devices but changes urls on PostBack when trying to access the site from any Desktop browser (IE/Chrome/FireFox). we tested from diffrent machines and locations. In General tested site after clearing cache. Sites Recycles Daily 3:00sh. We are giving a try now by removing Temporarry ASP.Net Files from Server.
Hi,
Site is hosted on two servers and was absolutly working fine. Today we Notice on a Checkout Page Address on form submission URL of Form Tags are changing to Origional aspx file rather friendly url.
On Submitting Find address button ASPNetFormURL change back to its origional aspx file e.g. Structure/CheckoutDelivery.aspx?id=123 rather en-gb/Checkout/Delivery and in result next form submission is failing.
<form name="aspnetForm" method="post" action="en-GB/checkout/Checkout/" onsubmit="javascript:return WebForm_OnSubmit();" id="aspnetForm">
TO
<form name="aspnetForm" method="post" action="SinglePageCheckout.aspx?id=524041&epslanguage=en-GB" onsubmit="javascript:return WebForm_OnSubmit();" id="aspnetForm">
Any reason or solution, I am looking for quick help.
Regards
/K