Just wrap this around the relevant input/update statements in your query if
it complains.

<CFIF IsDefined('Form.hiddenFieldName') AND Form.hiddenFieldName IS NOT "">
    do your stuff
</CFIF>

Is this what you mean?

Todd Ashworth

----- Original Message -----
From: "Miriam Hirschman" <[EMAIL PROTECTED]>
To: "CF Forum" <[EMAIL PROTECTED]>
Sent: Tuesday, April 04, 2000 1:23 PM
Subject: Survey Again


I am creating hidden form fields for all the questions.  But what should I
do with the questions that the user does not have to complete(specifically a
check box, or an option button)if they leave it blank, it does not get
passed and I can't update the database.

Thanks,

---miriam


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

Reply via email to