[thelist] CF: stupid checkbox problem

Chris Mosier chris.mosier at weberize.com
Wed Feb 7 19:41:31 CST 2001


You didn't scope the checkbox variable in your CFPARAM.  Add the 'form'
scope to your variable name and the code should work.  Example:

<cfparam name="form.TheCheckbox" default="No">

CF refers to the checkbox as 'form.thecheckbox'.  It sees these two params
as two different variables:
<cfparam name="form.TheCheckbox" default="No">
<cfparam name="TheCheckbox" default="No">

Thanks,
Chris

Chris Mosier
CIO, Shepherd of Information
ph) 615.301.8351
fx) 615.301.8008
weberize
Strategists. Builders. Evangelists.





More information about the thelist mailing list