Windows XP
I have a simple form from which I want to generate an email with the contents of the form. I use carriage returns to format the content for readability.
When I test it on my computer the email generated by getURL("mailto. .") is fine in my email client. Carriage returns are kept etc and shows how I want it.
However when I upload it to the server and run it on the web, the carriage returns are stripped out of the text and all text is rubn together.
I've tried all configurations (newline, "/r", "/n", "/r/n") to keep the carriage returns and still no luck.
Any advice would be appreciated. Thanks
I have a simple form from which I want to generate an email with the contents of the form. I use carriage returns to format the content for readability.
When I test it on my computer the email generated by getURL("mailto. .") is fine in my email client. Carriage returns are kept etc and shows how I want it.
However when I upload it to the server and run it on the web, the carriage returns are stripped out of the text and all text is rubn together.
I've tried all configurations (newline, "/r", "/n", "/r/n") to keep the carriage returns and still no luck.
Any advice would be appreciated. Thanks
Comment