RE: Full featured Registration form..

2001-05-23 Thread Daniel Kemp
> -Original Message- > From: Daniel Kemp [mailto:[EMAIL PROTECTED]] > Sent: 18 May 2001 16:18 Well glad to see that only took 5 days or so to post. (This is why I don't bother with any topical debates!) Dan. This message is intended only for the use of the person(s) ("the intended

RE: Full featured Registration form..

2001-05-22 Thread Daniel Kemp
> Has anyone created a form that does: > > Validation, where the formfield labels turn red when a field is null? > Is there an easier way? You may want to try javaScript to validate before you send the form off to the server. This should solve your problem, unless I'm really missing something.

RE: Full featured Registration form..

2001-05-20 Thread Philip Arnold - ASP
> wow Philip. > you are awesome man. I try, but have been to busy to make new Community code bits... > i think i just got an aneuresym trying to understand your code though. hehe - Just check out the amount of validation that's built in... that was the fun part... > so..this CFMODULE command..

RE: Full featured Registration form..

2001-05-18 Thread Angél Stewart
wow Philip. you are awesome man. i think i just got an aneuresym trying to understand your code though. so..this CFMODULE command..and..running it..will..generate the form in place on the page? Did you look at the one I built? I'm thinking that this will produce a plain vanilla form with fields

Re: Full featured Registration form..

2001-05-18 Thread Jon Hall
CF-Community" <[EMAIL PROTECTED]> Sent: Thursday, May 17, 2001 2:32 PM Subject: Full featured Registration form.. > Has anyone created a form that does: > > Validation, where the formfield labels turn red when a field is null? > Or where it posts a message if the passwo

Re: Full featured Registration form.

2001-05-18 Thread Larry Lyons
=?iso-8859-1?Q?Ang=E9l_Stewart?= <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Full featured Registration form.. Message-ID: <[EMAIL PROTECTED]> Has anyone created a form that does: Validation, where the formfield labels turn red when a field is null? Or where it posts a message if

RE: Full featured Registration form..

2001-05-18 Thread Philip Arnold - ASP
> Has anyone created a form that does: > > Validation, where the formfield labels turn red when a field is null? > Or where it posts a message if the password and password verify fields do > not match? > > I'm doing it myself but it is quite tedious..and I'm doing it with CFIF > statements. > Is t

RE: Full featured Registration form..

2001-05-17 Thread Angél Stewart
Ok..its not working..the database isn't registered yet.. but what do you all think? http://www.carigamer.com/default.cfm?page=fifa2000_registration.cfm -Gel ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusi

RE: Full featured Registration form..

2001-05-17 Thread Mark Mathis
Angil Stewart [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 17, 2001 2:33 PM > To: CF-Community > Subject: Full featured Registration form.. > > > Has anyone created a form that does: > > Validation, where the formfield labels turn red when a field is null? > Or where i

RE: Full featured Registration form..

2001-05-17 Thread Paul Ihrig
MAIL PROTECTED] 614 241-3534 fax:614 485-5534 home: [EMAIL PROTECTED] 614 449-1681 > icq: 47658358 -Original Message- From: Angél Stewart [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 2:33 PM To: CF-Community Subject: Full featured Registration form.. Has

Full featured Registration form..

2001-05-17 Thread Angél Stewart
Has anyone created a form that does: Validation, where the formfield labels turn red when a field is null? Or where it posts a message if the password and password verify fields do not match? I'm doing it myself but it is quite tedious..and I'm doing it with CFIF statements. Is there an easier w