Search the web
Sign In
New User? Sign Up
qformsapi · qForms API: qForums
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2986 - 3015 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2986
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...
rmalisko
Offline Send Email
Oct 4, 2004
8:32 pm
2987
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 ...
Cameron Childress
cameroncf
Online Now Send Email
Oct 5, 2004
6:07 pm
2988
How can we use qform to prevent form getting submitted more than once? Thanks in advance...
xslin
Offline Send Email
Oct 5, 2004
7:18 pm
2989
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...
Dan LeGate
dlegate
Offline Send Email
Oct 6, 2004
6:29 pm
2990
... 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...
deanmlaw
Offline Send Email
Oct 7, 2004
2:51 pm
2991
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;...
frazier345
Offline Send Email
Oct 8, 2004
7:50 pm
2992
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...
Venable, John
johnnykrisma
Offline Send Email
Oct 8, 2004
8:15 pm
2993
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...
stevenlanza
Offline Send Email
Oct 16, 2004
5:09 pm
2994 dswitzer@...
dswitzer2
Offline Send Email
Oct 18, 2004
7:39 am
2995
Just wondering if there is a color picker in qForms like there is in terraforms. thanks, Darrin...
btroop202
Offline Send Email
Oct 19, 2004
1:25 pm
2996
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...
almoorecp
Offline Send Email
Oct 19, 2004
3:57 pm
2997
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...
df8833
Offline Send Email
Oct 20, 2004
4:32 am
2998
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...
Doug Fentiman
df8833
Offline Send Email
Oct 21, 2004
3:57 pm
2999
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...
Jeff Chastain
fbxsolutions
Offline Send Email
Oct 22, 2004
4:37 pm
3000
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...
Jeff Chastain
fbxsolutions
Offline Send Email
Oct 22, 2004
4:37 pm
3001
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...
pgobos
Offline Send Email
Oct 22, 2004
4:37 pm
3002
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...
pgobos
Offline Send Email
Oct 22, 2004
4:37 pm
3003
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...
klzkqspiwg
Offline Send Email
Oct 26, 2004
4:39 pm
3004
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...
pgobos
Offline Send Email
Oct 27, 2004
4:08 pm
3005
The functionality is already built into qforms. Here's the code I use: myform = new qForm("regform"); myform.onSubmit = new ...
Ben Dolman
ben_dolman
Offline Send Email
Oct 27, 2004
5:20 pm
3006
Hey Jeff, qForms won't automatically renable the field so you'll have to do that yourself, like this: ...
Ben Dolman
ben_dolman
Offline Send Email
Oct 27, 2004
6:07 pm
3007
Thanks for the help Ben Is this how I would use your method in my code, when I do I get a java error and the error checking fails <script...
pgobos
Offline Send Email
Oct 27, 2004
6:17 pm
3008
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 ...
Ben Dolman
ben_dolman
Offline Send Email
Oct 27, 2004
6:25 pm
3009
Reply Thanks again Ben that fixed it...
pgobos
Offline Send Email
Oct 27, 2004
6:32 pm
3010
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....
kbiglione
Offline Send Email
Nov 2, 2004
6:56 pm
3011
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...
garytricia@...
gdgold2004
Offline Send Email
Nov 2, 2004
7:47 pm
3012
hey all I recently re-financed my mortgage for free even though I have BAD credit. They even gave me a great rate! Take a look at this service... ...
xzogmwuocut
Offline Send Email
Nov 6, 2004
3:31 pm
3013
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...
frazier345
Offline Send Email
Nov 8, 2004
6:18 pm
3014
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"...
deanmlaw
Offline Send Email
Nov 10, 2004
2:14 am
3015
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...
Aaron Rouse
aaron_rouse
Offline Send Email
Nov 10, 2004
4:13 am
Messages 2986 - 3015 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help