Hello, In ColdFusion MX when I grab a value from a form (myvar = form.notes) I
sometimes get wierd translations if a user enters nonstandard characters. This
seems to happen most often in a free form fields to hold comments and notes.
It happens both in text and texarea form fields. Examples: & translates
to: &amp&amp ' translates to: an empty string etc. Is there a function
or method that can be used to save these characters properly? Thanks,
Michael