I have a form made in flash. This form contain several textfields and one of them is a multiple line textfield.
The form is being posted to a PHP file wich handles the email request.
The problem is that the multiple line textfield comes in as a variabele but only the first line of the textfield is being emailed.
How is this possible while the textbox is posted as a single string that contains al the textbox lines.
Does it have anything to do with a kind of delimiter or someting like that?
Can somebody help me with this please?
Thanks.