Hi all, hope the list is still being used, although it's been awfully quiet! Been wondering if further development on qForms has been abandoned, but I still...
Dean, Thanks for your help and time in looking at the problem. Unfortunately, I can't change the name of the object because of other reasons relating to the...
Matt, Sorry I wasn't able to get to this yesterday. Just change the field name to something different than "key". It is apparently conflicting with one of the...
Hi Dean, Thanks for the offer to check it out! I've managed to verify that both modalbox (okonet.ru/projects/modalbox/ btw) and qForms work properly when...
Matt, can you post your code? It is possible that you are using a reserved word for your field name. Also, have you checked to make sure that you have spelled...
... Yes, that was the first thing I tried before posting here. I've also looked over the scriptaculous and prototype documentations to try and replicate 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...
It's my impression that <cfwindow> is for ajax... you probably need to include your qForms initialization JavaScript inside the <cfwindow> tags after the...
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...
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....
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
3962
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...
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
3959
test test do not reply to this post, just testing a website feature. thank you for your understanding and patients....
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 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...
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...
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...
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() ... -- ...
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 {...
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 ...
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 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!!...
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:"...
hi guys, i have simple form containing 2 x multiple selects - products_available and products_selected. products_selected is populated from a query. problem:...