Try the following:
<cfif variablefromdb is 'english>
<cfset myChecked = "Checked">
<cfelse>
<cfset myChecked = "">
</cfif>
<cfinput type = "Radio" name = "language" #myChecked#>
Regards,
Neil
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
- Re: <cfif> : Okay within <cfinput> tag? Brendan Avery
- Re: <cfif> : Okay within <cfinput> tag? David E. Crawford
- Re: <cfif> : Okay within <cfinput> tag? Brendan Avery
- RE: <cfif> : Okay within <cfinput> tag? Eric Fickes
- RE: <cfif> : Okay within <cfinput> tag? Jeff Britts
- Re: <cfif> : Okay within <cfinput> tag? t nelson
- RE: <cfif> : Okay within <cfinput> tag? Neil Giarratana
- RE: <cfif> : Okay within <cfinput> tag? Troy Hiltbrand

