This may sound a little odd, since forced validation should be just that. However, the behavior of qForms, when 'validate=true' is set for a field, is to run...
Hi Dan, Thanks very much for your reply., I assumed that I'd have to modify the framework files; I just couldn't find exactly where the focus() code was. ...
I have a rather complex form that dynamically creates a variable number of text fields. Applying a qForm object, setting description and required values for...
The fields are actually retrieved via Ajax, rather than being created via DOM. I track the fields in a Javascript Array and then loop over this array of...
hi guys, i have simple form containing 2 x multiple selects - products_available and products_selected. products_selected is populated from a query. problem:...
Hi, my problem is when submitting one form i want to show custom error message like "xyz" instead of default error message "The following error(s) occurred:"...
I have 2 fields and I need to make the second field (text input box) required only if the first field (checkbox) is checked off. Please advise. Thanks!!...
There is a field method call createDependencyTo that allows you to bind one field to another. You can find a description of this in the documentation. ...
I have 2 questions: 1) I am using ValidateFormat to allow 4 digit year into a year field, on the error message "I get This field requires at least 4 valid ...
How can I add a validation function that is not specific to one field to run when I submit the form? I know I could do something like: function frmSubmit {...
Ok, I should just type out my emails and not send them because it tends to make me find the answer. I just realized I could use validateAtLeastOne() ... -- ...
qForms has many great features like that. At times though, it is difficult to find them in the documentation. What I have found helpful in the past, is to look...
It actually is not going to work 100% for my needs but I think I have figured out how I am going to do this via a custom validator just took some experimenting...
I was wondering if anyone has used qForms within a Model Glue 2 application? I keep getting a this.obj.elements is undefined error in FireFox. If I copy the...
ugh ... guess it helps if I copied the entire source from the browser when testing. I stripped out the CF debug information when I tested in a stand alone...
I have been able to get several of the form examples to work on my system. I have also been able to get the n-related select box example to work on my system...
Mary Leir
mary@...
Dec 2, 2008 1:04 pm
3961
I do not have this issue at all. Probably have to see an example of the code to trouble shoot it. ... -- Aaron Rouse http://www.happyhacker.com/...
Hi Mary, I typically get this type of error if the qForm library has not properly loaded. If you are using cfform in your code, ColdFusion inserts it's own...
Thanks Dean, I am not using any cfforms. I think the libraries are loading properly  at least enough to do the form validation  it turns the empty fields...
Mary Leir
mary@...
Dec 2, 2008 4:05 pm
3964
Hi Mary, Since all the javascript files get loaded on the client side of things, ColdFusion is already done processing, so there would not be a conflict there....
Hi all, I am new to qForms and I'm having what I would consider a tiny issue. I am using the <cfwindow> tag withing a Coldfusion. When the link to this page...
It's my impression that <cfwindow> is for ajax... you probably need to include your qForms initialization JavaScript inside the <cfwindow> tags after the...
Good afternoon, Thank you so much for creating this library, it will be very useful! I wondered if anyone could help me with a problem I've been having. I've...