I made the change to the Cireson portal from the Microsoft portal and have been validating all my current requests are still behaving as intended in our DEV environment. We have a form that users enter multiple lines of text into, once the service request is submitted I take that data, parse it and enter it into a SQL table so I can reference it as I build out a service request with the information. With the Microsoft portal the line breaks would stay, in the Cireson portal it sends the data as one line so when I add that text into the service request it becomes hard to read.
Text entered into form
Source: TEST
Destination: TEST2
After applying this text to a service request
Source: Test Destination: TEST2
Is there any way I can prevent the Cireson portal from doing this? I have researched possible CSS changes and formatting the data with powershell but have come up empty handed. Any help would be greatly appreciated. Thank You.
Text entered into form
Source: TEST
Destination: TEST2
After applying this text to a service request
Source: Test Destination: TEST2
Is there any way I can prevent the Cireson portal from doing this? I have researched possible CSS changes and formatting the data with powershell but have come up empty handed. Any help would be greatly appreciated. Thank You.