Checkbox not updating
I'm running ColdFusion 9 Standard standalone on windows 7. New to Coldfusion - I'm trying to update the value of a check box on a simple update/insert template. The update page is called from a list. All of my other input values show in their respective forms except the checkbox, nor is it updating in the database. Here is the code for the checkbox:
<input type="checkbox" name="reviewed"<cfif #NewRecord# IS "No"><cfoutput query="procs"> value="#reviewed#"</cfoutput></cfif>>
Thanks for your help!
