Hi,
I’m making a contact form, and using a textArea to allow the user to add a little formatting to his text, like returns.
Now, obviously, im sending this message to php, via LoadVars, but in the process flash leaves out the returns (probably, because it gets encoded to be sent to php)
Is there a way to extract any returns, and replace them with "
" for example,
Hope I am making any sense, here