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...
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...
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...
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...
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...
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 ...
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:...
In addition to making sure the password is long enough, is there a way I can: Validate that they entered have both upper and lower case? Validate that they...
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...
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...
I recently required the use of a removeValidation() on the fly function and was unable to find something that would work - so I came up with something. file:...
Is there a way to trigger the validation on a form without submitting it? I want to validate information before inserting it into a hidden table for later...
Right now what I'm trying to accomplish is to only validate a certain field - let's call it emailAddress - if a certain radio button is selected. Let's call...
I am going to need to have a page that will allow the user to add rows for input. Each row will have the same form fields but their names will increment by...
The _sic() function of the Function library has a bug in the "numeric" case. I believe the RegExp("\\d+", "gi") should be RegExp("[^0-9]+", "gi") because it...
I know this is a simple question, but -- how do you actually send the combined values from multiple forms? I've looked at the example, but it simply dumps or...
1) Should have used validateWhatever instead of isWhatever 2) Shouldn't have attached it to an item whose name gets used twice. Thanks for the great API :) -- ...
Hello there, I'm taking a shot at setting up a custom validator for a site I'm working on, and it feels like I'm 99% there. Essentially, I've got a dynamically...
Hi all, I am using spring framework + velocity + QForm. Some input fields generated by spring binding are named as: <input name="map[1]" ... /> It works fine...
Hi all, Thanks Dean 1. I got the v2 files downloaded via tortoise and installed them. I get an error, however, "error code 150 core validation". Why do I get...
Hi all, Aim: To get version 2 to be able to validate xhtml Thanks to Dean and Aaron I have downloaded Tortoise. I don`t know if I need it though as I think I...
Hi all, I was reading the other posts about validating with xhtml and the need to use id instead of name. The solution is to download version two which allows...
I have my qform all set up...but when I run it I get two error messages on the page. The error messages I get are: Line: 2079 Char: 1 Error: Object doesn't...
Hello Currently I this submit button for my form that then runs qforms. <input type="submit" name="s" value="Register and Submit Payment" /> The problem I have...