Hello all,
I have a Survey123 form that has a question that allows multiple answers. When the survey is submitted the field (Hazards) where the answers are input shows each value, separated by a comma (see screenshot below). For example some of the possible answers are Roof_Open, Holes_in_floor, Hazardous_Material.
I would like the popup to display each of the answers on a new line so instead of being a list separated by commas, as shown above, it would appears as: Hazards: Roof_Open
Holes_in_floor

I have tried creating an Array and then concatenating with the TexFormatting.NewLine but have not had any luck.
Any insight would be greatly appreciated!