RE: Properly handling checkboxes

2002-09-25 Thread Chris Lofback
1 AFRL/WSI > [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 25, 2002 11:53 AM > To: CF-Talk > Subject: RE: Properly handling checkboxes > > > I tried the whole default="F"> thing, and it didn't work for me. It kept > generating errors telling me th

RE: Properly handling checkboxes

2002-09-25 Thread Douglas McKenzie
s form.var will break as it doesn't exist. To get round it, declare the variables that are checkboxes in the page that processes the form: hth, Doug -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: 25 September 2002 16:40 To: CF-Talk Subject: Re: Pr

RE: Properly handling checkboxes

2002-09-25 Thread Yexley Robert D Contr Det 1 AFRL/WSI
]] Sent: Wednesday, September 25, 2002 11:46 AM To: CF-Talk Subject: RE: Properly handling checkboxes Use a CFPARAM on the page that receives the form submission and default the checkbox fields to FALSE. Because the checkbox does not get submitted if unchecked (ie, set to false), the receiving page

RE: Properly handling checkboxes

2002-09-25 Thread Chris Lofback
Use a CFPARAM on the page that receives the form submission and default the checkbox fields to FALSE. Because the checkbox does not get submitted if unchecked (ie, set to false), the receiving page handles it properly. Chris Lofback Sr. Web Developer TRX Integration 28051 US 19 N., Ste. C Clear

Re: Properly handling checkboxes

2002-09-25 Thread Candace Cottrell
Does the ISdefined("form.checkbox") function not work for what you were trying to do? Can we see the code? (Hey from a fellow Daytonian) Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [