RE: Checking form info

2002-07-29 Thread Chris Lofback
To: CF-Talk > Subject: Checking form info > > > I have a form with with 5 text fill ins, and I want to check > to see if some > aren't entered. For instance, I might have Field 1,2, and 5 > filled in and > 3 and 4 blank. I was using code like this: > >

Re: Checking form info

2002-07-29 Thread S . Isaac Dealey
> I have a form with with 5 text fill ins, and I want to check to see if > some > aren't entered. For instance, I might have Field 1,2, and 5 filled in and > 3 and 4 blank. I was using code like this: > > > > > To get the data from the form fields, but if the field is blan

RE: Checking form info

2002-07-29 Thread Adrian Lynch
What is it your trying to do in the cfsets? Structure? Ade -Original Message- From: Thane Sherrington [mailto:[EMAIL PROTECTED]] Sent: 29 July 2002 16:33 To: CF-Talk Subject: Checking form info I have a form with with 5 text fill ins, and I want to check to see if some aren't en

Checking form info

2002-07-29 Thread Thane Sherrington
I have a form with with 5 text fill ins, and I want to check to see if some aren't entered. For instance, I might have Field 1,2, and 5 filled in and 3 and 4 blank. I was using code like this: To get the data from the form fields, but if the field is blank this cr