Well, i have no idea what your talking about as far as cf_reuseform, but
checkbox's are either there or there not so:

You can either use a cfparam to default the form value to something or just
use isdefined to see if it was check or not.

Rick

-----Original Message-----
From: Ryan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 5:08 PM
To: Fusebox
Subject: RE: cf_reuseform and checkboxes


At 16:39 11/1/00 -0600, you wrote:
><cfparam name="form.has_bmw" default="0">

Thank you. This would solve the problem of the
<CFIF has_bmw EQ 1> from erroring out, but my call to
cf_reuseform action="form" formfields="name,has_bmw,etc"
still errors out because cf_reuseform tries to set use
the variable FORM.has_bmw, which was not passed in from
the form because the user didn't check it.

I'm sure some developers have run in to this before??? No one
else uses checkboxes on their forms? Forgive me, I am still
very new to Fusebox.

Ryan

----------------------------------------------------------------------------
--
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to