Try
<Cfswitch expression="#form.options#">
instead of
<Cfswitch expression="form.options">
-----Original Message-----
From: W Luke [mailto:[EMAIL PROTECTED]]
Sent: Monday, 27 November 2000 11:41 PM
To: CF-Talk
Subject: Radio Buttons
Hi,
I have a number of Radio buttons that I need to use in conjunction with
<cfswitch> on submitting the form, to determine their values, and act
accordingly.
I have called each Radio button "options", but my <cfcase> isn't picking it
up:
<Cfswitch expression="form.options">
<Cfcase value="free">
Free code here
</cfcase>
<cfdefaultcase>
blah
</cfdefaultcase>
</cfswitch>
What am I doing wrong?
Thanks
Will
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists