On the later template, you can use CFParam to provide default values for all form fields:
<cfparam name="form.soundCard" default=""> ----- Original Message ----- From: "Douglas Brown" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, December 04, 2001 11:01 AM Subject: Dynamic creation of hidden fields > I have a page that will hold the configuration of a computer systems > components in hidden fields. The components that are chosen is based on > a column (isDefault) EQ "yes". Lets say that the computer does not have > a default sound card (isDefault) EQ "no" how can I generate a hidden > field with the value of "" for the sound card? this is needed because of > a template that looks for all the items later on down the tree. > > > > > > Doug > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.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

