In your CFMAIL tag, use something like:

<cfif isDefined("form.chkbox1")>
        <p>chkbox1 was Checked</p>
</cfif> 

-----Original Message-----
From: Melissa Weber [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 03, 2007 2:03 PM
To: CF-Talk
Subject: cfmail to show not null results only

I'm trying to e-mail information that is entered on a form.  The first
half of the form is text and that is working out fine in the cfmail
statement.  However, the second half of the form are checkboxes. I'd
like to show only the results that are not null in the email but I am
stuck on the easiest way to do that.  Would it be easier to use a cfset
or cfsavecontent statement?

Thanks!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276965
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to