Only checkboxes that have been checked will be passed.  Nonchecked
checkboxes are not forwarded onto the action.  Another thing you might want
to do is name them all the same thing like 'Policy'.  If you do that, the
receiving form will receive one variable named Policy that would contain all
the checked boxes (i.e. "mcp,ccp,pne").  It might make working with it a
little easier.

Marlon

----- Original Message -----
From: "phumes1" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, April 16, 2002 11:15 AM
Subject: Re: <INPUT checkboxes


> Hi,
>
> I need to pass all the boxes checked to another template but the below
only
> passes the first one?
>
>          <input class="formbuttons" type="checkbox" name="mcp"
> value="mcp">Must Change Password<br>
>          <input class="formbuttons" type="checkbox" name="ccp"
> value="ccp">Cannot Change Password<br>
>          <input class="formbuttons" type="checkbox" name="pne"
> value="pne">Password Never Expires<br>
>          <input class="formbuttons" type="checkbox" name="ad"
> value="ad">Account Disabled
>
>
>
>
>
+---------------------------------------------------------------------------
--------+
>
> Philip Humeniuk
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
>
+---------------------------------------------------------------------------
---------+
>
>
> 
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to