Text area and carriage returns
-
Hi
I have set a text area input field and I have placed a default text inside of it.
Such text looks like this:TITLE
terms of contract
second row of text and other points…
but when I check the form in public webpages all the carriage returns in text have been removed like this:
TITLE terms of contract second row of text and other points…
all goes in one line.
The same happens with user input in text areas. This behaviour happens as soon as I leave the form in administration area. If I re-open the form to edit it, text into text area fields has no carriare return anymore.
Is it possible to fix this and leave carriage returns in their place?
I have found a possible workaround by using html field + CSS to display it like a not editable text area, but such field is not saved in the form data once submitted.
- You must be logged in to reply to this topic.