I have a textarea in a form to create a field called $message. When the user hits "submit", I want to use this field as the message in an email I send out.
I'm getting the $message in the php code that is called but the formatting is missing.
The field is entered as (I'm hitting a carriage return after each line) :
line 1
line 2
line 3
etc
But $message looks like:
line 1 line 2 line 3 etc
Thanks for any help
