tom123
01-18-2008, 10:57 AM
Hey
Im trying to retreive the value of a checkbox in my script i.e. checked/unchecked.
Problem is if i uncheck the box on the form and submit it, the checkbox is not picked up in the form variables.
Any Ideas?
<td><input type="checkbox" name="CONTACTED" value="#getClientTransactions.paymentAttemptID#" <cfif getClientTransactions.Contacted eq 1>checked="true"</cfif> ></td>
Im trying to retreive the value of a checkbox in my script i.e. checked/unchecked.
Problem is if i uncheck the box on the form and submit it, the checkbox is not picked up in the form variables.
Any Ideas?
<td><input type="checkbox" name="CONTACTED" value="#getClientTransactions.paymentAttemptID#" <cfif getClientTransactions.Contacted eq 1>checked="true"</cfif> ></td>