Having an issue with a form that includes a
<textarea>....</textarea>
field. When saving the text, it displays the result in another form but as one continuous line within a paragraph <p>...</p>
.
The problem arises when trying to edit the field - the lines are correctly displayed as separate lines.
How can I make sure all lines entered in the
<textarea>....</textarea>
appear as intended?