Hi,
I have a form that uses query string and I am running into an issue with multi language selection.
When a user lands on the form the url is like this
/page?mode=form
but if they click to change the site's language the resulting url becomes /mode/form/en-gb/page.aspx
How do I prevent the URL format from being changed?
Mark