qForms (was Re: CFForm madness. 0_0)

2003-07-25 Thread Don
Dan, Sounds like it would benefit more developers if MM buys this extension from you and incorporate it into CFMX for I believe form input and process is a critical data process in a lot of applications. Thanks. Don >Don, > >> The problem, specifically, there are two types of validations: >> 1

RE: qForms (was Re: CFForm madness. 0_0)

2003-07-24 Thread Dan G. Switzer, II
Don, > The problem, specifically, there are two types of validations: > 1) field required or not, msg responds to that; > 2) field data_type, msg responds to that. > But there's only one Message attribute. qForms is a completely different beast than CFFORM. You can attach unlimited validation rul

qForms (was Re: CFForm madness. 0_0)

2003-07-24 Thread Don
Dan, The problem, specifically, there are two types of validations: 1) field required or not, msg responds to that; 2) field data_type, msg responds to that. But there's only one Message attribute. Also, in my utility/application, all db related metadata and data are dynamically determined,

RE: qForms (was Re: CFForm madness. 0_0)

2003-07-24 Thread Dan G. Switzer, II
Neil, > Can you defined Multi-Lingual error messages? Version 2.0 will include support for localization. You'll be able to set a variable to determine what language the error messages are displayed in. As it is right now, you can supply custom error messages for all the validation methods, so y

RE: qForms (was Re: CFForm madness. 0_0)

2003-07-24 Thread Robertson-Ravo, Neil (RX)
Can you defined Multi-Lingual error messages? -Original Message- From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED] Sent: 24 July 2003 13:48 To: CF-Talk Subject: RE: qForms (was Re: CFForm madness. 0_0) Don, > Nice! > > Would it solve js problems I described in the followi

RE: qForms (was Re: CFForm madness. 0_0)

2003-07-24 Thread Dan G. Switzer, II
Don, > Nice! > > Would it solve js problems I described in the following thread? > http://www.houseoffusion.com/cf_lists/index.cfm?method=messages&threadid=2 > 5711&forumid=4 I'm not 100% sure I understand what your asking in that e-mail, but: 1) You can define custom/unique error messages for

qForms (was Re: CFForm madness. 0_0)

2003-07-23 Thread Don
Please see my comments below. >Jon, > >> One guy hacking it, is probably going to be more efficient >> with his own stuff. > >I immensely disagree with this statement (of course, I wrote the API. ) I >think even individuals greatly benefit from qForms. I don't really equate >Fusebox and qForms, be

Re: RE: qForms (was Re: CFForm madness. 0_0)

2003-07-23 Thread ksuh
It's like taking the red pill, isn't it? :) - Original Message - From: Angel Stewart <[EMAIL PROTECTED]> Date: Wednesday, July 23, 2003 2:12 pm Subject: RE: qForms (was Re: CFForm madness. 0_0) > Ok! > > I implemented Q Forms...and I really think its GREAT! >

RE: qForms (was Re: CFForm madness. 0_0)

2003-07-23 Thread Angel Stewart
Ok! I implemented Q Forms...and I really think its GREAT! It isn't hard to use AT All, the only thign that tripped me up was case sensitivity for field names. But other than that..I mean the thing rocks! Email validation, Zip code validation...telephone number validation..it's all here! I can't

Re: CFForm madness. 0_0

2003-07-23 Thread Matthew Walker
Thursday, July 24, 2003 12:23 AM Subject: RE: CFForm madness. 0_0 > wish qforms was built into dwmx.. cough cough... > seems like a standard way of validating for over 3 years now... > -paul > ~| Archives: http://www.ho

RE: CFForm madness. 0_0

2003-07-23 Thread Ihrig Paul E Cont 88 ABW/EM
wish qforms was built into dwmx.. cough cough... seems like a standard way of validating for over 3 years now... -paul ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.c

Re: CFForm madness. 0_0

2003-07-22 Thread Matthew Walker
lker Electric Sheep Web http://www.electricsheep.co.nz/ - Original Message - From: "Michael T. Tangorre" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, July 23, 2003 5:41 AM Subject: Re: CFForm madness. 0_0 > Check out the sit

Re: CFForm madness. 0_0

2003-07-22 Thread Matthew Walker
: "Michael T. Tangorre" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, July 23, 2003 2:49 AM Subject: Re: CFForm madness. 0_0 > I do both. If the JS is enabled then you do not waste system resources > processing the page looking

CFForm madness. 0_0

2003-07-22 Thread Mary Jo Sminkey
>Personally the #1 reason I hate CFFORM is the "one error at a time" >functionality..10 fieldsall required..none filled inform >submittedtells user about field 1user submits...tells user about >field 2submits form...tells user about field 3.and so on.If I >were that

Re: CFForm madness. 0_0

2003-07-22 Thread Michael T. Tangorre
Check out the site and view the first demo, the source code spans for miles! - Original Message - From: "John Lucas" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 1:23 PM Subject: RE: CFForm madness. 0_0 > Or check

RE: CFForm madness. 0_0

2003-07-22 Thread John Lucas
Or check out terra form. It has the qForms api built into it. http://www.electricsheep.co.nz/terraform/ -Original Message- From: webguy [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 9:52 AM To: CF-Talk Subject: RE: CFForm madness. 0_0 I think someone on the qforms list built

RE: qForms (was Re: CFForm madness. 0_0)

2003-07-22 Thread Dan G. Switzer, II
Jon, > I don't mean efficient as in the amount of time it takes to code > (obviously using a pre-built api saves coding time), I mean time to > learn + coding time. > > When I weigh, the time it would take to get comfortable with an API > versus rolling my own, the time gained by using something

RE: qForms (was Re: CFForm madness. 0_0)

2003-07-22 Thread Dan G. Switzer, II
Angel, > Sooo...uhhh...which part of that code disables the submit button. qForms automatically handles this. Just creating the qForms object takes care of that for you. > Is there any means of preventing form fields from being resubmitted if > the user keeps clicking the Refresh button with the

RE: qForms (was Re: CFForm madness. 0_0)

2003-07-22 Thread Mike Brunt
ng. thanks :) charlie - Original Message - From: "Dan G. Switzer, II" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 8:04 AM Subject: RE: CFForm madness. 0_0 > Charlie, > > > If you don't want t

Re: RE: qForms (was Re: CFForm madness. 0_0)

2003-07-22 Thread ksuh
> Is there any means of preventing form fields from being > resubmitted if > the user keeps clicking the Refresh button with the Qforms API? > That's about the last common error I think I encounter when designing > forms. This would be outside the scope of capabilities for a client-side validatio

RE: qForms (was Re: CFForm madness. 0_0)

2003-07-22 Thread Angel Stewart
*sneaks back into the conversation* Sooo...uhhh...which part of that code disables the submit button. Is there any means of preventing form fields from being resubmitted if the user keeps clicking the Refresh button with the Qforms API? That's about the last common error I think I encounter when

Re: qForms (was Re: CFForm madness. 0_0)

2003-07-22 Thread jon hall
I don't mean efficient as in the amount of time it takes to code (obviously using a pre-built api saves coding time), I mean time to learn + coding time. When I weigh, the time it would take to get comfortable with an API versus rolling my own, the time gained by using something other than the rou

RE: qForms (was Re: CFForm madness. 0_0)

2003-07-22 Thread Matt Robertson
Dan wrote: >For example, take the following lines of code: OK I'm convinced. Naturally, this thread pops up just *after* I get done building a great big form system for a project I'm working on; with custom server-side val all over the place. The real crime is I forgot all about qforms, but

RE: qForms (was Re: CFForm madness. 0_0)

2003-07-22 Thread Dan G. Switzer, II
Jon, > One guy hacking it, is probably going to be more efficient > with his own stuff. I immensely disagree with this statement (of course, I wrote the API. ) I think even individuals greatly benefit from qForms. I don't really equate Fusebox and qForms, because qForms isn't telling you how to d

Re: qForms (was Re: CFForm madness. 0_0)

2003-07-22 Thread jon hall
This describes my attitude as well, and to segue a bit, how do you feel about Flash/Actionscript? On the surface...I keep thinking to myself that I should love Actionscript, it's really all that Javascript wants to be, but I keep getting frustrated with it. I think it comes down to two problems as

RE: qForms (was Re: CFForm madness. 0_0)

2003-07-22 Thread Dan G. Switzer, II
Charlie, > I think my 'reluctance' to look at qForms is because...well, frankly I > enjoy > writing js. I'm hesitant to give up that 'control' as it were. I don't look at it is giving up control--I think that's the cool part about it. The way I view it, is it gives a solid footprint in which to

RE: CFForm madness. 0_0

2003-07-22 Thread Dan G. Switzer, II
> Ok that's interesting, but then won't the user get back an error message > saying: > Please fill in TextInput1? Yes, but to change that, give it a useful description: oForm.textInput1.description = "first name"; Now instead of saying "textInput1", it'll place "first name" into the error messag

qForms (was Re: CFForm madness. 0_0)

2003-07-22 Thread Charlie Griefer
EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 8:04 AM Subject: RE: CFForm madness. 0_0 > Charlie, > > > If you don't want to dive right into the Qforms API, i put a short > > 'tutorial' online to show some js

Re: CFForm madness. 0_0

2003-07-22 Thread Michael T. Tangorre
In particular, see here: http://www.pengoworks.com/qforms/docs/faq.htm - Original Message - From: "Angel Stewart" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 11:08 AM Subject: RE: CFForm madness. 0_0 > Ok tha

RE: CFForm madness. 0_0

2003-07-22 Thread Dan G. Switzer, II
Charlie, > I know other people who subscribe to your 'one error at a time' theory. I > don't disagree with it...but I feel that if there are 10 (required) > fields...and the user enters none...well what are the odds that the user > isn't going to fill out a single field? IMO, good design would d

Re: CFForm madness. 0_0

2003-07-22 Thread Michael T. Tangorre
qForms allows some flexibility in this area... - Original Message - From: "Angel Stewart" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 11:08 AM Subject: RE: CFForm madness. 0_0 > Ok that's interesting, b

RE: CFForm madness. 0_0

2003-07-22 Thread webguy
Sorry I thought Everyone knew Dan G. Switzer, II (creator of qForms!) :-) WG -Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED] Sent: 22 July 2003 15:54 To: CF-Talk Subject: RE: CFForm madness. 0_0 Tags?? CF Tags?? Really?? !_! Who's Dan? Do you have them? Who&

RE: CFForm madness. 0_0

2003-07-22 Thread Robertson-Ravo, Neil (RX)
Subject: RE: CFForm madness. 0_0 Ok that's interesting, but then won't the user get back an error message saying: Please fill in TextInput1? If the name of the form field is fname20...I don't necessarily want the user to see :Please fill in fname20. I'd prefer them to see :P

RE: CFForm madness. 0_0

2003-07-22 Thread Angel Stewart
Ok that's interesting, but then won't the user get back an error message saying: Please fill in TextInput1? If the name of the form field is fname20...I don't necessarily want the user to see :Please fill in fname20. I'd prefer them to see :Please provide a name. How would you do that...for say

Re: CFForm madness. 0_0

2003-07-22 Thread Bryan Stevenson
.com - Vancouver Island ColdFusion Users Group Founder & Director www.cfug-vancouverisland.com - Original Message - From: "Kola Oyedeji" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003

Re: CFForm madness. 0_0

2003-07-22 Thread John Paul Ashenfelter
- > From: "Angel Stewart" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Tuesday, July 22, 2003 7:09 AM > Subject: RE: CFForm madness. 0_0 > > > > *takes a look at Qforms* > > > > *grumbles* > > > >

Re: CFForm madness. 0_0

2003-07-22 Thread Bryan Stevenson
.com - Vancouver Island ColdFusion Users Group Founder & Director www.cfug-vancouverisland.com - Original Message - From: "Charlie Griefer" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003

RE: CFForm madness. 0_0

2003-07-22 Thread Dan G. Switzer, II
Charlie, > If you don't want to dive right into the Qforms API, i put a short > 'tutorial' online to show some js form field validation (a couple that I > don't believe can be accomplished thru cfform...but i could be wrong > there). > > It's at http://charlie.griefer.com/js_validation.html (vie

RE: CFForm madness. 0_0

2003-07-22 Thread Kola Oyedeji
Tangorre [mailto:[EMAIL PROTECTED] >> Sent: 22 July 2003 15:49 >> To: CF-Talk >> Subject: Re: CFForm madness. 0_0 >> >> I do both. If the JS is enabled then you do not waste system resources >> processing the page looking for validation errors, if JS is disbale

RE: CFForm madness. 0_0

2003-07-22 Thread Kola Oyedeji
>> -Original Message- >> From: Bryan Stevenson [mailto:[EMAIL PROTECTED] >> Sent: 22 July 2003 15:47 >> To: CF-Talk >> Subject: Re: CFForm madness. 0_0 >> >> Personally the #1 reason I hate CFFORM is the "one error at a time" >> fu

Re: CFForm madness. 0_0

2003-07-22 Thread Charlie Griefer
- Original Message - From: "Bryan Stevenson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 7:46 AM Subject: Re: CFForm madness. 0_0 > Personally the #1 reason I hate CFFORM is the "one error at a time" &

Re: CFForm madness. 0_0

2003-07-22 Thread Michael T. Tangorre
Take a few minutes and read up on qForms at the links I provided you. Dan is on this list form time to time. Mike - Original Message - From: "Angel Stewart" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 10:53 AM

RE: CFForm madness. 0_0

2003-07-22 Thread Kola Oyedeji
Neil >> -Original Message- >> From: Robertson-Ravo, Neil (RX) [mailto:Neil.Robertson- >> [EMAIL PROTECTED] >> Sent: 22 July 2003 15:38 >> To: CF-Talk >> Subject: RE: CFForm madness. 0_0 >> >> What kind if validation would you do on the

RE: CFForm madness. 0_0

2003-07-22 Thread Angel Stewart
Tags?? CF Tags?? Really?? !_! Who's Dan? Do you have them? Who's Dan? How come they aren't on the Macromedia Exchange! Who's Dan? -Gel -Original Message- From: webguy [mailto:[EMAIL PROTECTED] I think someone on the qforms list built tags that use qforms without need to do js Email

Re: CFForm madness. 0_0

2003-07-22 Thread Michael T. Tangorre
Check out the examples at pengoworks: http://www.pengoworks.com/qforms/docs/examples/ Mike - Original Message - From: "Angel Stewart" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 10:34 AM Subject: RE: CFForm mad

Re: CFForm madness. 0_0

2003-07-22 Thread Michael T. Tangorre
- From: "Robertson-Ravo, Neil (RX)" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 10:38 AM Subject: RE: CFForm madness. 0_0 > What kind if validation would you do on the server side for a form? I think > (probably quite r

Re: CFForm madness. 0_0

2003-07-22 Thread Michael T. Tangorre
ROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 10:33 AM Subject: RE: CFForm madness. 0_0 > Well if the extra time used to generate the javascript used in cfform is > huge performance hit then that would be a good reason not to use it. Of > cours

RE: CFForm madness. 0_0

2003-07-22 Thread webguy
I think someone on the qforms list built tags that use qforms without need to do js Email dan and find out ! WG -Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED] Sent: 22 July 2003 15:34 To: CF-Talk Subject: RE: CFForm madness. 0_0 So..umm..who has a neat tutorial for

RE: CFForm madness. 0_0

2003-07-22 Thread Robertson-Ravo, Neil (RX)
dont think it has NDA, NDA... ;-) -Original Message- From: webguy [mailto:[EMAIL PROTECTED] Sent: 22 July 2003 15:46 To: CF-Talk Subject: RE: CFForm madness. 0_0 Just to be clear, this may have been fixed, or about to be fixed.(r3dsci) Also I haven't tested this myself,

RE: CFForm madness. 0_0

2003-07-22 Thread Robertson-Ravo, Neil (RX)
here here..this is also one of the reasons we moved away (apart from performance) -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: 22 July 2003 15:47 To: CF-Talk Subject: Re: CFForm madness. 0_0 Personally the #1 reason I hate CFFORM is the "one error at a

Re: CFForm madness. 0_0

2003-07-22 Thread Bryan Stevenson
Personally the #1 reason I hate CFFORM is the "one error at a time" functionality..10 fieldsall required..none filled inform submittedtells user about field 1user submits...tells user about field 2submits form...tells user about field 3.and so on.If I were that user

RE: CFForm madness. 0_0

2003-07-22 Thread webguy
Just to be clear, this may have been fixed, or about to be fixed.(r3dsci) Also I haven't tested this myself, just read Matts post (but I trust Matt..) WG > I am ..worried over the reports I'm reading here that using CFFORM > increases page rendering time by so much though. It means that it > cer

RE: CFForm madness. 0_0

2003-07-22 Thread Robertson-Ravo, Neil (RX)
. -Original Message- From: Kola Oyedeji [mailto:[EMAIL PROTECTED] Sent: 22 July 2003 15:33 To: CF-Talk Subject: RE: CFForm madness. 0_0 Well if the extra time used to generate the javascript used in cfform is huge performance hit then that would be a good reason not to use it. Of course we all

RE: CFForm madness. 0_0

2003-07-22 Thread Angel Stewart
So..umm..who has a neat tutorial for using Qforms API ^_^ -Gel ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FA

RE: CFForm madness. 0_0

2003-07-22 Thread Kola Oyedeji
03 15:21 >> To: CF-Talk >> Subject: RE: CFForm madness. 0_0 >> >> Matt Liotta did some checking and it appears that for every sub tag in >> cfform (e.g. ) the page rendering times grow exponentially. >> >> That was in up3 i think. >> >> WG

RE: CFForm madness. 0_0

2003-07-22 Thread Angel Stewart
Yes well, from someone that isn't too in-depth with Javascript it is a bit Strange. I am ..worried over the reports I'm reading here that using CFFORM increases page rendering time by so much though. It means that it certainly won't be an option on a large site with multiple field-multiple pa

Re: CFForm madness. 0_0

2003-07-22 Thread Charlie Griefer
dation.html (view source). As far as Qforms...I've not used it myself, but I have yet to hear anything but rave reviews from people who have. charlie - Original Message - From: "Angel Stewart" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: T

RE: CFForm madness. 0_0

2003-07-22 Thread webguy
stuck with that. Nothing against really, I just often need more than what it offers. Mike - Original Message - From: "Kola Oyedeji" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 10:03 AM Subject: RE: CFForm madness.

RE: CFForm madness. 0_0

2003-07-22 Thread Robertson-Ravo, Neil (RX)
yep.QForms is nice...very nice -Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED] Sent: 22 July 2003 15:09 To: CF-Talk Subject: RE: CFForm madness. 0_0 *takes a look at Qforms* *grumbles* Yes. This looks a lot cooler. But its so much stuff to learn. *sigh* But it is

RE: CFForm madness. 0_0

2003-07-22 Thread Angel Stewart
*takes a look at Qforms* *grumbles* Yes. This looks a lot cooler. But its so much stuff to learn. *sigh* But it is a lot cooler. *mutter* I guess I've been fighting using this too long. *settles down to try using the API* -Gel -Original Message- From: Michael T. Tangorre [mailto:[EMA

Re: CFForm madness. 0_0

2003-07-22 Thread Michael T. Tangorre
. Nothing against really, I just often need more than what it offers. Mike - Original Message - From: "Kola Oyedeji" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 10:03 AM Subject: RE: CFForm madness. 0_0 > I

Re: CFForm madness. 0_0

2003-07-22 Thread Matthew Walker
[EMAIL PROTECTED]> Sent: Wednesday, July 23, 2003 1:49 AM Subject: RE: CFForm madness. 0_0 > What's so horrible about using CFFORM for simple validation for a field > that's either required/not required?? > > Isn't that why it is included in CFMX? > > -Gel > >

RE: CFForm madness. 0_0

2003-07-22 Thread Robertson-Ravo, Neil (RX)
like to save time! -Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED] Sent: 22 July 2003 14:49 To: CF-Talk Subject: RE: CFForm madness. 0_0 What's so horrible about using CFFORM for simple validation for a field that's either required/not required?? Isn't

RE: CFForm madness. 0_0

2003-07-22 Thread Kola Oyedeji
saves on development time. Mike I'd suggest another look, they may be more useful( or useless ;-) ) than you think. Kola >> -Original Message- >> From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] >> Sent: 22 July 2003 14:53 >> To: CF-Talk >&g

RE: CFForm madness. 0_0

2003-07-22 Thread Dave Watts
> What's so horrible about using CFFORM for simple validation > for a field that's either required/not required?? There's nothing wrong with using it, although it does have its limitations. > Isn't that why it is included in CFMX? Yes, I imagine so. Dave Watts, CTO, Fig Leaf Software http://

Re: CFForm madness. 0_0

2003-07-22 Thread Michael T. Tangorre
t; <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 9:49 AM Subject: RE: CFForm madness. 0_0 > What's so horrible about using CFFORM for simple validation for a field > that's either required/not required?? > > Isn't th

RE: CFForm madness. 0_0

2003-07-22 Thread Angel Stewart
What's so horrible about using CFFORM for simple validation for a field that's either required/not required?? Isn't that why it is included in CFMX? -Gel -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] the fact you are using cfform is sheer madness!

RE: CFForm madness. 0_0

2003-07-22 Thread Robertson-Ravo, Neil (RX)
the fact you are using cfform is sheer madness! -Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED] Sent: 21 July 2003 18:19 To: CF-Talk Subject: CFForm madness. 0_0 Okies.. I am totally stumped by this. This is my code: Simple. I mean...just a CFFORM

RE: CFForm madness. 0_0

2003-07-21 Thread Angel Stewart
Heh...I think you are correct. Although I'm quite surprised since that should be mapped on all these sites. *sigh* Thanks though :) Will talk to the server admin and throw some stale muffins his way. -Gel -Original Message- From: Mike Townend [mailto:[EMAIL PROTECTED] Initial thought

RE: CFForm madness. 0_0

2003-07-21 Thread Mike Townend
Initial thoughts are that you don't have a CFIDE/scripts/ directory or Virtual Dir coming off the root of that website HTH -Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 18:19 To: CF-Talk Subject: CFForm madness. 0_0 Okies.. I am to

CFForm madness. 0_0

2003-07-21 Thread Mike Mertsock
Angel, enablecab is bad. Don't place any mention of that attribute in your code. It causes wierd problems and is deprecated in cfmx. to quote the cfml reference book: "Do not use it in new applications. It might not work, ...". I don't remember why enablecab no longer works, I just know it's ba

Re: CFForm madness. 0_0

2003-07-21 Thread Julia Green
I know the answer! I know the answer! And if someone answers my question on cf_fax I'll be even more grateful. Angel -- nothing is wrong. Because ColdFusion looks at your validations of required=yes and message="whatever" and turns it into Javascript validation on your server. This is perfe

Re: CFForm madness. 0_0

2003-07-21 Thread Michael T. Tangorre
remove the ENABLECAB="yes" ?? - Original Message - From: "Angel Stewart" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, July 21, 2003 1:18 PM Subject: CFForm madness. 0_0 > Okies.. > I am totally stumped by this. >

RE: CFForm madness. 0_0

2003-07-21 Thread webguy
Is the path to cfform.js correct? WG -Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED] Sent: 21 July 2003 18:19 To: CF-Talk Subject: CFForm madness. 0_0 Okies.. I am totally stumped by this. This is my code: Simple. I mean...just a CFFORM. But...it does not work

CFForm madness. 0_0

2003-07-21 Thread Angel Stewart
Okies.. I am totally stumped by this. This is my code: Simple. I mean...just a CFFORM. But...it does not work. At all. It consistently throws a Javascript error saying object expected. This is the code when I View Source.