Hello. If the form filled wrong, it returns back.
But, the text
John Johnson,
123 street ave,
Somecity,
Somestate 12345
displayed this way in the TEXTAREA
John Johnson,\r\n 123 street ave, \r\n Somecity,\r\n Somestate 12345
The only thing I did was using php code
str_replace("\r\n"," "...