RE: Required Fields

2007-01-16 Thread Joshua Cyr
y debug if you don't have the > tools. > > posting a generic statement ("i have a cfform and the required fields > aren't working") really doesn't give anybody here a lot to go on. > > -- > Charlie Griefer > > ===

Re: Required Fields

2007-01-16 Thread Teddy Payne
f you don't have the > tools. > > posting a generic statement ("i have a cfform and the required fields > aren't working") really doesn't give anybody here a lot to go on. > > -- > Charlie Griefer > >

Re: Required Fields

2007-01-15 Thread Charlie Griefer
for debugging. or make sure IE is set to provide notifications for all scripting errors and see if you get any JS errors. provide the URL so somebody else can look at it and possibly debug if you don't have the tools. posting a generic statement ("i have a cfform and the required f

RE: Required Fields

2007-01-15 Thread ibs
Any Comments? Thanks. AB >-Original Message- >From: ibs [mailto:[EMAIL PROTECTED] >Sent: Monday, January 15, 2007 4:59 PM >To: CF-Talk >Subject: RE: Required Fields > >I have tried, but I got the following error: > >String index out of range: -1 >

RE: Required Fields

2007-01-15 Thread ibs
I have tried, but I got the following error: String index out of range: -1 AB >-Original Message- >From: Joshua Cyr [mailto:[EMAIL PROTECTED] >Sent: Monday, January 15, 2007 4:38 PM >To: CF-Talk >Subject: RE: Required Fields > >Most likely the cfform isn't

RE: Required Fields

2007-01-15 Thread ibs
It is HTML. AB >-Original Message- >From: Teddy Payne [mailto:[EMAIL PROTECTED] >Sent: Monday, January 15, 2007 4:42 PM >To: CF-Talk >Subject: Re: Required Fields > >What format is the CFForm? Is it Flash or HTML? > >Teddy > > >On 1/15/07,

Re: Required Fields

2007-01-15 Thread Teddy Payne
66.870.6358 > www.besavvy.com > > -Original Message- > From: ibs [mailto:[EMAIL PROTECTED] > Sent: Monday, January 15, 2007 4:29 PM > To: CF-Talk > Subject: Required Fields > > I have a CF form that has several cfinput fields with required attribute > set

RE: Required Fields

2007-01-15 Thread Joshua Cyr
mapping. http://www.houseoffusion.com/groups/CF-Talk/thread.cfm/threadid:23911 Joshua Cyr Savvy Software 866.870.6358 www.besavvy.com -Original Message- From: ibs [mailto:[EMAIL PROTECTED] Sent: Monday, January 15, 2007 4:29 PM To: CF-Talk Subject: Required Fields I have a CF form t

Required Fields

2007-01-15 Thread ibs
I have a CF form that has several cfinput fields with required attribute set to "YES". But when I click on the submit button, the required fields are completely ignored. I am running on MX 7.02. Thanks for your

Re: Forms: submit via button and required fields not working

2002-03-27 Thread Alex
>plain submit button, the Required attribute works, but not restricting the Enter key. > > Anyone have an idea on how to do both, restrict form submission only when the button >is selected and checking for required fields? > > Tim > > > > -

RE: Forms: submit via button and required fields not working

2002-03-27 Thread Matthew R. Small
. - Matt Small -Original Message- From: Tim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 2:01 PM To: CF-Talk Subject: Forms: submit via button and required fields not working I have a form that I wanted to restrict so that the user has to hit the Submit button to enter the

Forms: submit via button and required fields not working

2002-03-27 Thread Tim
selected and checking for required fields? Tim - Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® __ Structure your ColdFusion code with Fusebox. Get the official book at http

Re: IE4 and Required Fields w/ CFINPUT

2001-05-14 Thread Bryan LaPlante
quot;CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, May 14, 2001 2:45 PM Subject: Re: IE4 and Required Fields w/ CFINPUT > Make sure your cfform tag has a name AND the cfinput type has a name specified > > At 03:27 PM 5/14/2001 -0400, you wrote: > >Ok, My form works like a cha

Re: IE4 and Required Fields w/ CFINPUT

2001-05-14 Thread Billy Cravens
Manually code your JavaScript validation routines. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Matthew Hood wrote: > Ok, My form works like a champ in Netscape and I run > into no problems in IE5 but I get a javascript error > in IE4. Since I have no javascript on the page I ca

Re: IE4 and Required Fields w/ CFINPUT

2001-05-14 Thread Ray Bujarski
Make sure your cfform tag has a name AND the cfinput type has a name specified At 03:27 PM 5/14/2001 -0400, you wrote: >Ok, My form works like a champ in Netscape and I run >into no problems in IE5 but I get a javascript error >in IE4. Since I have no javascript on the page I can >only assume it

Re: IE4 and Required Fields w/ CFINPUT

2001-05-14 Thread Matthew Hood
Matthew Hood wrote: > Ok, My form works like a champ in Netscape and I run > into no problems in IE5 but I get a javascript error > in IE4. Since I have no javascript on the page I can > only assume it is the javascript that is auto-generated > by my > Anyone else run into problems using require

IE4 and Required Fields w/ CFINPUT

2001-05-14 Thread Matthew Hood
Ok, My form works like a champ in Netscape and I run into no problems in IE5 but I get a javascript error in IE4. Since I have no javascript on the page I can only assume it is the javascript that is auto-generated by my Anyone else run into problems using required=yes under IE4? Is there any way