PDA

View Full Version : any coldfusin pros?


j5uh
06-08-2006, 11:21 AM
Hi,
I've got a form made from Coldfusion.
My problem is that when the mail.cfm emails me the form the user filled out, it comes out with many spaces that weren't there before. ex:

***Member Registration***
<cfif parameterexists(FMA)>FMA Member: #FMA#
</cfif><cfif parameterexists(AIA)>AIA Member: #AIA#
</cfif><cfif parameterexists(ASID)>ASID Member: #ASID#
</cfif><cfif parameterexists(BIFM)>BIFM Member: #BIFM#
</cfif><cfif parameterexists(IFMA)>IFMA Member: #IFMA#
</cfif><cfif parameterexists(IIDA)>IIDA Member: #IIDA#
</cfif><cfif parameterexists(SAME)>SAME Member: #SAME#
</cfif>

and it comes out like this:

***Member Registration***
(extra line break, not needed)
(extra line break, not needed)
(extra line break, not needed)
(extra line break, not needed)
IFMA Member: on

Whats causing this? it wasn't doing this before.
Heres a link to the page: https://www.ifma.org/secure/WorldWorkplace/2006/attendees/reg_form2006.cfm