ok need a little help with my logic
first on my dump for some reason there is a extra 0 at the beginning.

secon this is my check box.
but i am not sure if it will pick up say it is selected then the user
unchecks it.


<input type="checkbox" name="faddCherry" <cfif ("#getIceCream.addCherry#" EQ
1)>checked="checked" value="1"<cfelse>value="0"</cfif>>
<cfif ("#getIceCream.addCherry#" NEQ 1)>
<input type="hidden" name="faddCherry" value="0">
</cfif>


dump
FADDCHERRY
0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,1,1,0,1,0,0,0,0,0,0,0,0,0


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:218545
Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5

Reply via email to