Hi,
I wonder if anyone can help. I have many pages on my website with forms on so people can contact us with requests.
Since ive changed hosts my forms are a nightmare. I had to sort out a new sendmail.asp script which ive just about got to work but when the form gets emailed through its all merged together in a big long line with no breaks!
It looks like this -
TourOperator=&Destination=&Departure_Airport=&Accommodation_Tour=&D1=Please+Select&Date_Day=Day&Date_Month=Month&Date_Year=Year&Nights=Please+Select&Adults=2&Children=0&Child1=Select&Child2=Select&Child3=Select&Name=&Telephone=&Email=&Comments=
I really need it to look like this -
Touroperator=
Destination=
etc. So each option is on a separate line to make it readable.
On my sendmail.asp page I have the following -
objCdoMessage.TextBody = Request.form
Ive tried adding "& vbcrlf" after it but it all comes through merged still....
Any help or advise would be appriciated!
Thanks
Darren