> I have a form with the results being emailed to the owner of the form. I
> have several groups of radio buttons and checkboxes. I am using the
> following to check for the empty form control:
>
> Veteran: <cfloop from="1" to="10" index="v"><cfif
> isDefined("FORM.Veteran#v#")><cfoutput>#v#</cfoutput></cfif></cfloop>
>
> This does work for checking if it is empty but does not return a result
> if it is answered.Wouldn't you also want to output "FORM.Veteran#v#"? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350889 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

