/t5/coldfusion-discussions/replace-vbcrlf-from-a-form/td-p/390588Mar 25, 2008
Mar 25, 2008
Copy link to clipboard
Copied
I can't figure out how to make carriage returns that people
enter in forms into <br> tags in cfml. I looked up "replace
vbCrLf" in google and got a bunch of asp results. Can anyone help
me?
When people enter returns in my forms they get stripped off
when inserted into the db. I need to prevent this.
/t5/coldfusion-discussions/replace-vbcrlf-from-a-form/m-p/390591#M35227Mar 25, 2008
Mar 25, 2008
Copy link to clipboard
Copied
Now I have a new problem. What I'm trying to do is include
the form message that I replaced with <br> into the body of
another textarea when a person wants to reply. When I pull the
original message in it's including the <br> tags which I
don't want.... any suggestions?