RE: Using Select Tags in optional Form Submissions

2000-07-06 Thread Troy M. Wussow
t http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dlists/cf_t= alk or send a message to [EMAIL PROTECTED] with 'unsubscribe' = in the body. --_=_NextPart_001_01BFE747.107EE6B0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: qu

RE: Using Select Tags in optional Form Submissions

2000-07-06 Thread Larry Juncker
Set one tag of your select statement to something like Choose One and then check t see if that value shows up. Larry -Original Message- From: Angél Stewart [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 06, 2000 7:01 AM To: [EMAIL PROTECTED] Subject: Using Select Tags in optional Form S

RE: Using Select Tags in optional Form Submissions

2000-07-06 Thread Bill Killillay
Gel, Any time a form is submitted it sends all of the form elements to the next page or script. What I have done in the past is set a bogus value for a Please Select statement in the first option of my select. That way if they leave it alone and just choose to enter an ID the only real data you

Re: Using Select Tags in optional Form Submissions

2000-07-06 Thread kraybill
A select box will always result in a value being passed to the "action" page. I'd suggest you use an initial OPTION something like this: Select a Department Department 1 Department 2 etc Then on your action page, do a CFIF test for Department, and if it's not 0, you k

Re: Using Select Tags in optional Form Submissions

2000-07-06 Thread Julie McKellar
How I handle this is setting a default value in the top selection of the box. --Select One-- Then on the other side you will not use the IsDefined, use neq "none". Julie - Original Message - From: Angél Stewart <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 06, 200