I've been working with the description property and when I use this code; objForm.i_addy_zip.description = "Zip Code"; on a single field, everything works...
Matt, ... What syntax are you using to try to set the description on multiple fields? All you need to do is set the description property for each individual ...
Hello All, I haven't been using qforms for a while and I forgot how to do the following. I have a combo box with the first value of "null" then the rest of...
Mickael
mike@...
May 7, 2004 8:38 pm
2781
Hello All, I haven't been using qforms for a while and I forgot how to do the following. I have a combo box with the first value of "null" then the rest of...
Mickael
mike@...
May 8, 2004 10:48 pm
2782
I DONT UNDERSTAND THIS STUFF STOP STOP SENDING IT TO ME I AINT YOUR FAULT JUST PLEASE TAKE ME OFF YOUR LIST OK :) TY ... __________________________________ Do...
Hello everyone! I am working on some custom tags that are (in part) wrappers for qForms (they also do some server-side validation as well as database updates)....
Mickael, Sorry, been over my head in piles of work the past couple of weeks. ... Add the line: objForm.Category.enforceDependency(); You need to invoke this...
Lee, ... At the moment, no--not w/out modifying the source code. The good news is, the next major release you'll be able to modify whatever style properties ...
Is there any way to escape an apostrophe in the description value? For instance my current call is this: objForm.c_zip.description = "contacts zipcode"; ......
I'm having some problems with this page: http://dev.efa.org/howtohelp/donate.cfm and I can't seem to find the issue. the error is: Line: 66 Char: 210 Error:...
John, ... Can you send in your <form> tag? I'd check to make sure that you don't have a duplicate fields named "email" or "firstName." Also, make sure that the...
Hello, I have a problem. I have some JS debug code, that loops over my form elements, like so (where f is a reference to a form object, and e is a form field...
Douglas, ... Not sure--qForms shouldn't be doing anything, so I suspect the problem might lie elsewhere. I just wrote this sample code: function init(){ oForm...
FYI, I found the problem. I am running my debug code using the "onsubmit" event in the form <form onsubmit="return myfunction(this);"> If I run it using a...
More debug info: More specifically, it's the reference to 'this' object in the onsubmit event that does not work. If I call a function from onsubmit that ...
... That should work just fine. I just ran this code: function init(){ oForm = new qForm("frmExample"); oForm.field1.required = true; } function test(){ var f...
Hello, searched for this but unable to find anything, just tested the first hello world script, which works if I test it in a browser, but if i run it through...
I downloaded qforms today to use with a Coldfusion project, and I really appreciate all the work that has gone into the development of this API. However, I...
Brad, ... I tried using another compression library for this release. I thought it was working correctly, but apparently not. I'm attaching another compressed...
Does anyone know of a commercial ISP where I can run qforms on a shared host?? Richard Colman Institute for Genomics and Bioinformatics 949-824-1816, 701-5330 ...
Richard Colman
colman@...
May 25, 2004 3:17 pm
2802
I own a hosting company based out of Texas and you can run qforms on our service. http://www.adeptdeveloper.com/hosting/shared/dispHostingComparison.cfm I can...
Sorry for the misunderstanding. I need qforms support for a web site that makes heavy use of forms input verification and validation. ... From: Tangorre,...
Richard Colman
colman@...
May 25, 2004 3:39 pm
2805
Just download qforms from www.perngoworks.com and plop it into your website directory. No hosting company should offer this as a "feature"... That's like...
You are right. I did not think it through. Sorry to bother the list with this matter. ... From: Tangorre, Michael [mailto:tangorrem@...] Sent:...
Richard Colman
colman@...
May 25, 2004 3:50 pm
2807
Richard, ... Just make sure to invoke the copy of qforms from one location (i.e. like a /lib/ root folder.) That way you've got a single instance that the...