This works for me:
You can check it here (please, don't send us any submissions, it's not demo form )
PHP Code:
<textarea name=message><?=stripslashes(str_replace('\r\n', "\n", $fields["message"]))?></textarea>
You can check it here (please, don't send us any submissions, it's not demo form )