Hello all... I'm trying to format the email that will be sent from a
form through CFMAIL. The problem I'm having is that I have general
contact info fields (name, company name, address, city/state/zip, phone,
email ) and I would like each field to appear on a separate line in my
email.
In the CFMAIL, when I use:

This request was received through the website from:
#form.fname#  #form.lname#
#form.company#
#form.address#
#form.city#,#form.state#   #form.zip#
#form.phone#
#form.email#
#form.id#

the results appear in one long line (all running together). When I put
<br> after each field, the "<br>" appears in the email! (It actually
does put each field on a different line, but you see the "<br>" at the
end of each field). How do I get the same result - each field on a
separate line - without the "<br>" showing??? Any help you could provide
would be greatly appreciated! Thank you in advance...

A.Cregar
[EMAIL PROTECTED]

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to