Problem with new line "\n"
i have been using "\n" for a while. It works fine but just has problem for an hour ago.
After i submit the form, new line "\n" in my text box (multi line) does not work anymore
For example
"Small Pizza" + "\n" + "- Pepperoni" + "\n" + "- Sausage"
Here is the result in text box
Small Pizza
- Pepperoni
- Sausage
But for now After i submit the form, this is the result
Small Pizza- Pepperoni- Sausage
Seem like "\n" doesnot work It just happen 1-2 hours ago. please suggest me how to fix this.