Jeff,
If you want to test if it has been checked you can do it this way...
<input type=checkbox value="bannerad" name="checkbox">
<cfif #FORM.checkbox# IS "bannerad">
I want banner ads
</cfif>
Kevin Mansel
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
- Check value of form check box for CFMAIL Jeff Davis
- Re: Check value of form check box for CFMAIL Kevin Mansel
- Re: Check value of form check box for CFMAIL Nick Texidor
- Re: Check value of form check box for CFMAIL Tony Schreiber
- Re: Check value of form check box for CFMAIL Bud

