My ticketing system has a textbox for users to enter text and create/reply to a ticket. Currently when they enter multiple lines of text, once submitted, it will display as one line instead of two lines. We are storing all of the data in sql database and when displaying the responses they are showing as one line.
How can I get the value submitted to store in the database with multiline and then display back on the page with multiline when it pulls it from the database.
Thanks!