FEU Change Settings Form textarea ignores new line

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
webform
Power Poster
Power Poster
Posts: 458
Joined: Sat Nov 25, 2006 3:39 pm
Location: Copenhagen, Denmark

FEU Change Settings Form textarea ignores new line

Post by webform »

If an user has entered data in a FEU textarea with line breaks and return later to edit, the content in the textarea is now without any line breaks.

User entered in textarea:

Code: Select all

A line of text
Another line of text
When he go to the "FrontEndUsers Change Settings Form" the text entered in the textarea is now:

Code: Select all

A line of text Another line of text
But in FrontEndUsers admin, the textarea show the entered data with line breaks. So it's only the "FrontEndUsers Change Settings Form" where newline in textarea not behaving correctly.

I've tried to output

Code: Select all

<pre>{$field->value|print_r}</pre>
and the field has no newline in the textarea (only in admin).

Could this be a bug or am i missing something?

Code: Select all

Cms Version: 2.2.3.1
FrontEndUsers: 2.7.1
CGExtensions: 1.57.1
Post Reply

Return to “Modules/Add-Ons”