Multi line text box

1
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
2 answers
3

If you want to show multi-line, just add a textarea instead of a texbox.

answered
1

Using the Rich Text viewer, you should set 'No rich text' to true in the properties. It should work then

answered