Please show us your <cfform> or <form> tag you used....

-----Original Message-----
From: Horn, Jerry [mailto:[email protected]] 
Sent: Thursday, March 22, 2012 11:27 AM
To: cf-newbie
Subject: RE: Send Form--email shows each field as "left blank"


Thanks--tried the cfform tags --but same results in email -- "left blank"

----- Original Message -----
From: Renee Spadaro <[email protected]>
Sent: Thu, 3/22/2012 11:36am
To: cf-newbie <[email protected]>
Subject: Re: Send Form--email shows each field as "left blank"


Hi Jerry,

At first glance, you have a bunch of if statements that look like this one:

<cfif IsDefined('Form.author')>
<cfset author=REReplaceNoCase(#Form.author#, "<[^>]*>", "" , "ALL" 
)>


I don's see a form tag in your table.  Try that.  Remeber to close the tag too.

Hope that helps,
Renee Spadaro 





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5835
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm

Reply via email to