I have text area as below
<textarea placeholder="Booking Details " name="particular" rows="4" ></textarea>
and on submit button I want to submit full content of text area as it is on next page from which pdf is generated. I am using php code to pass data from one page to another, but as I type something with enter key in text area, on pdf it comes in one line.
Please help me out with php or javascript code.