I have the following snippet of code that goes with a cfmail statment;

--------------------------------------------------------------start--------------------------------------------------------------
BILLING INFO:
NAME:           #Form.name#
ADDRESS:        #Form.address#
                         #Form.city#, #Form.state#  #Form.zip#
PHONE:          #Form.phone#
EMAIL:          #Form.email#
----------------------------------------------------------------end-------------------------------------------------------------

and my question is why does the email that comes in look like;

--------------------------------------------------------------start--------------------------------------------------------------
BILLING INFO:
NAME:   Jordie Fike
ADDRESS:        P.O. Box 2560 Kill Devil Hills, NC 27948
PHONE:  252-441-6698
EMAIL:  [EMAIL PROTECTED]
----------------------------------------------------------------end-------------------------------------------------------------

instead of like;

--------------------------------------------------------------start--------------------------------------------------------------
BILLING INFO:
NAME:   Jordie Fike
ADDRESS:        P.O. Box 2560
                 Kill Devil Hills, NC 27948
PHONE:  252-441-6698
EMAIL:  [EMAIL PROTECTED]
----------------------------------------------------------------end-------------------------------------------------------------

i.e why does my return after the address and before the city disappear? If 
I put text (CITY:) in front of the #Form.city# variable then it keeps the 
return, any ideas? I can fix it if I set TYPE=HTML, but rather than putting 
a band-aid on the cut I'd rather figure out why it's bleeding.

Jordie Fike
Tech Admin/Lead Programmer
[EMAIL PROTECTED]
http://www.obinet.com
phone - 1.252.441.6698
fax - 1.252.480.2259

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to