Forum Discussion
Nickyl
Feb 21, 2020Copper Contributor
Formatting Table Data in Microsoft Forms
Hello, In the form I have created, I would like users to have the option of adding data in a table format for one of the questions. I want to store this data as a row in an Excel sheet and email ou...
mpawelko
May 01, 2024Copper Contributor
Damien_Rosario I use HTML tables to separate answers from questions, which works well. However, I encounter an issue when the text is lengthy. It displays as a continuous block of text in an email, making it difficult to read. How can I automatically insert new lines after a dot '.' or a dot and a space '. ' or any other separator to improve readability?
Damien_Rosario
May 29, 2024Silver Contributor
Hi mpawelko
You could try and word-wrap the output.
Give this resource a go and see if it resolves your issue?
How to Wrap text in Html - javatpoint
Best wishes
Damien