You haven't indicated if the checkboxes are checked. If not, then no value gets passed for them - Only checked boxes get passed when the form is submitted. I would use CFPARAM on the processing page to set default values, then check those values (if needed) before processing.
Shawn Grover -----Original Message----- From: phumes1 [mailto:[EMAIL PROTECTED]] Sent: 16 April 2002 17:15 To: CF-Talk 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] +--------------------------------------------------------------------------- ---------+ ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm 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

