Absolutely, this is a great idea. Needs to have some kind
of line break in the descriptions so techs can add notes on
a separate line. a simple <p> or as mentioned above \n
character would work.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
But, as the code is stripping off all html tags, the <p> or
<br> would not work. The \n seems to be the best option but
it would have to be converted into a newline vie php as it
is stored right now just as the '\' + 'n' chars.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
Absolutely, this is a great idea. Needs to have some kind
of line break in the descriptions so techs can add notes on
a separate line. a simple <p> or as mentioned above \n
character would work.
Logged In: YES
user_id=28779
Yes, this is a definite must.
But, as the code is stripping off all html tags, the <p> or
<br> would not work. The \n seems to be the best option but
it would have to be converted into a newline vie php as it
is stored right now just as the '\' + 'n' chars.
Logged In: NO
I just wanted to add my emphasis that this is a much needed
feature.