If i would like a user to be able to capture text in a text box to allow for multi line i used the Rich text editor but when i display the captured text again it displays as only one line. How do i get this to display as multi line? I have tried using the Rich Text viewer as well.
asked
Johan van Zyl
2 answers
3
If you want to show multi-line, just add a textarea instead of a texbox.
answered
Samet Kaya
1
Using the Rich Text viewer, you should set 'No rich text' to true in the properties. It should work then