Hi,
I'm retrieving the messages stored into the database.
But the text is on one line, without the new lines.
When sent by email, the formatting is correct.
Any idea?
Thanks a lot!
Michel
I'm retrieving the messages stored into the database.
But the text is on one line, without the new lines.
When sent by email, the formatting is correct.
Any idea?
Thanks a lot!
Michel
Yes, the data coming from the field does not have <br> formatting nodes, they are added in the email for better display!
Hi Max,
Thanks for your answer.
Could you give me a tip on how to include it before it is saved into the database?
Thanks,
Michel
Thanks for your answer.
Could you give me a tip on how to include it before it is saved into the database?
Thanks,
Michel
that's wrong, keep it as its and use the function nl2br before you display it!
This topic is locked and no more replies can be posted.