I'm experiencing an issue with Microsoft Forms where spaces in pre-filled URL parameters are being replaced with plus signs (+) in the form fields, despite using %20 for spaces in the URLs. Here is an example of the URL format I'm using:
https://forms.office.com/Pages/ResponsePage.aspx?id=YOUR_FORM_ID&r0b86915962384dd8bf7da3ba54c9cd23=1&r81dc7ea86d4747b98272473ade607688=Example%20Resource%20Name&r8f9d3f3a092d47f9bbc40953acead415=https%3A%2F%2Fexample.com%2Flogin%3Furl%3Dhttps%3A%2F%2Fexample.com%2Fresource&rb67488868fb2483b9375ff923357601e=Additional%20Data%20Here
Despite correctly encoding spaces as %20, they appear as plus signs (+) in the form fields when accessed. This occurs even when directly entering the URL into a browser.
Has anyone else encountered this issue, or is there a known fix or workaround to ensure that spaces are correctly displayed in pre-filled form fields? Any guidance or suggestions would be greatly appreciated.