I have a form with an html editor field. Sending the information entered in that field out by email. Getting carriage returns in my mail message. Why? Am I missing something? My mail is setup to send HTML mail.
EXAMPLE:
test
I have a form with an html editor field. Sending the information entered in that field out by email. Getting carriage returns in my mail message. Why? Am I missing something? My mail is setup to send HTML mail.
EXAMPLE:
test
Hi, i am getting same error. how can i solve it?
Most likely a new introduced bug?
Yes, Before was working fine, But now NOT.
I have a field type html editor and when a user write only one text line, It does not produce error, BUT If press ENTER It Sow The error:
I was having this same problem. Was using HTML text for the form with my send mail code in the After Insert event. I tried removing them with string replacement and some other methods but nothing worked. I moved the code to Before Insert event and it fixed the problem. The variable for the HTML text field must be getting modified after insert, maybe it is being set to the value in the database and not the text that is entered into the HTML text field.
Putting the send mail code in the before insert event fixed the issue.