Hey Acoder,
I havent gotten any further on the checkboxes. The only thing i know is when i insert for the first time a part if i have it as checked or yes i have no problem changing the checkbox from yes to no back to yes. But if i submit it as no i can not get it to go back to yes. i also have figured this out with another field, in one section if i go back to cticketpage1edi t.cfm if i submitted htpp as no to begin with if i try to change it to yes an submit it it wont do it, it wont even submit.but i am doing them all the same which is like so
Thank you,
Rach
I havent gotten any further on the checkboxes. The only thing i know is when i insert for the first time a part if i have it as checked or yes i have no problem changing the checkbox from yes to no back to yes. But if i submit it as no i can not get it to go back to yes. i also have figured this out with another field, in one section if i go back to cticketpage1edi t.cfm if i submitted htpp as no to begin with if i try to change it to yes an submit it it wont do it, it wont even submit.but i am doing them all the same which is like so
Code:
<input type="checkbox" name="defective_#count1#_#count#" value="#defective#"<cfif #defective# eq "1">checked=yes</cfif> /
Rach
Comment