I have used qForms on several occasions when I used to work with ColdFusion and loved it. I now work on a .NET application and would like to implement qForms...
If anyone on the list is in the San Diego area, I'm giving a presentation on qForms at tomorrow's SDCFUG meeting. Check details at: http://www.sdcfug.org ...
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...
... This is done automatically by qforms. Check out the docs at http://www.pengoworks.com/qforms/docs/overview.htm. Basically, when you click submit, qforms...
This is what I am trying to do I want it when the Nam_total field is 60 to run this depenancy. But it does not work. This is the script: This is the variable;...
Thanks (belatedly) Ben, that was the problem. It works now but with a bit of odd behavior. After the alert tells the user that at least one of the 3 fields are...
Hi, I have a question on a form that has several radio buttons for answers. For example: How do you want us to respond to you? ( ) Email [textbox] ( ) Fax...
Hi there, I am hoping someone can give me a suggestion/help on this problem. I have a form which users fill out that has a section for adding a personal...
Hi all, I need some help getting the qForms gateway in the nRelatedSelect example to work with Fusebox3 on CFMX6.1, and Bert Dawson's validateAFA function for...
A little more playing around definitely points to the dot-delimited fuseaction. If I create a separate circuit with the file I need to create the gateway as...
I am having some difficulities with the createDependency function and I was hoping somebody could point out the issue. I have two radio buttons, and upon...
Is there an example of using the addField function anywhere? I have a form that I can dynamically add and remove fields to. Now, I need to validate those...
I use the following javascript to disable the submit button, but when I use it the form checking fails. How can I get both of these pieces of code to work...
I use the following javascript to disable the submit button. I know that qform inherently does this but I like the added touch of fading the button and...
Refinancing your home is as easy as, 1, 2, 3. Line your pockets with savings and reap the benefits of a lower interest rate on your home loan. All it takes is...
I have a text box where the user enters a Permit Number. Could someone please show me how to set up custom validation routine that would look at the entry and...
There should be a space between 'new' and 'Function', like this: new Function("objForm.submitbutton.... Looks like Yahoo got rid of it and converted it to a ...
I'm using qForms to build a 3 level select box structure. The top level filters the second and third levels. The second level filters the third level....
I am having problems with valildating a SSN. I am trying to make sure that they have input the ssn as xxx-xx-xxxx, with my own error message but I can't seem...
I have a form that has checkboxes for sessions. and if they select one session they have to pick two others. I have the validation working the only problem...
Dan, Does the cfform.js library allow me to add additional validation methods to my cfforms? Would this allow me to use something like <cfinput type = "Text"...
You could use it with CFForms but not in that manner. I have a hard time seeing a case where CFForms would be needed if using qForms. Unless of course it was...