The first of two requests for help I'm afraid:
I am in the middle of putting the finishing touches on an application form, and as a stopgap measure while I learn to implement mySQL I am having the form send out the data in two emails - one will be printable for me to hand out to interviewers, the other is in a block of text (separated by tabs) that I can just copy and paste directly into an access database.
All is working well, except for the realisation that line breaks in textarea fields are messing things up a little - for one thing only the first line will be pasted into the database, and for another it kind of messes with the formatting of the "printable" email in a couple of places.
I feel pretty sure that there must be a simple way to force a textarea to return a single line of information, but I just can't work out how it's done. Any ideas?