How can i enable a Break Line or New Line in Textarea when i press the Enter Key ? So that if I press the ENTER it saves in the form of New Line in database.
I have already searched some topics but it hasn't helped me.
Here is my Textarea Code:
<textarea name="post" id="post" class="valid Post_Text_Area" placeholder="Write something here..." ></textarea>
I tried this JS Code so far. but it hasn't worked for me