You also have to check for existence as checkboxes don't pass anything
if they aren't checked.

Tom Nunamaker


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Matt Woodward
Sent: Tuesday, November 16, 2004 4:55 PM
To: [EMAIL PROTECTED]
Subject: Re: count check boxes


I assume you mean on a form processing page?  Checkboxes with the same
name on the form all come through as a list, so you can just do this:
ListLen(form.checkboxName)

Matt


On Tue, 16 Nov 2004 09:51:45 -0600, Ron Mast <[EMAIL PROTECTED]> wrote:
>  
>  
> 
> Hi All,
> 
> How do you count how many check boxes were checked in CF?
> 
>   
> 
> Ron


-- 
Matt Woodward
[EMAIL PROTECTED]
http://www.mattwoodward.com
----------------------------------------------------------
To post, send email to [EMAIL PROTECTED]
To unsubscribe: 
   http://www.dfwcfug.org/form_MemberUnsubscribe.cfm
To subscribe: 
   http://www.dfwcfug.org/form_MemberRegistration.cfm



----------------------------------------------------------
To post, send email to [EMAIL PROTECTED]
To unsubscribe: 
   http://www.dfwcfug.org/form_MemberUnsubscribe.cfm
To subscribe: 
   http://www.dfwcfug.org/form_MemberRegistration.cfm


Reply via email to