I have a form that has several < textarea > tags. When the user submits the form, it writes the data to a mysql db and then emails the info to specific email addresses.
It writes the data to the MySQL database just fine. However, when it sends the email of the information, it cuts off data in the textarea fields after the first word.
Any ideas what is causing this?
How do I fix it?
Brian