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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2919 - 2948 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2919
Guys, a while ago we've been talking about getting some $$ together to help Dan finish qforms version 2. Check the list down below. Now I ask you: how much...
Cassiano Surek
cass_surek
Offline Send Email
Aug 5, 2004
12:11 am
2920
i just made my donation. ... http://www.flyingyogi.com ... "Coherent Brainwaves = Success"...
Ari Feldman
outdoorminer...
Offline Send Email
Aug 5, 2004
1:16 am
2921
Hi Dan, I'm a long time admirer (and donator.. twice so far I believe) to qforms api... I like the new changes that are happening, especially the updated ...
Andy Brookfield
andy_brookfield
Online Now Send Email
Aug 5, 2004
2:30 am
2922
Hello, The qform validation functions provide an easy way to specify custom error messages by simply passing the error message string as the final argument in...
ben_dolman
Offline Send Email
Aug 9, 2004
8:31 pm
2923
I'm trying to compare two IDs and get an JS alert if the same IDs are selected. The validateDifferent method seems to be intended for such as case, ...
Alexander Ismail
alexander_is...
Offline Send Email
Aug 15, 2004
9:30 pm
2924
Cameron and Dan, I am having the same issue with build 139 validating Phone #'s. I've tried the fixes listed in the thread with no luck in IE6. I'm thinking...
jeffytommy
Offline Send Email
Aug 19, 2004
8:13 pm
2925
I thought I would report an odd behaviour. Validating a number meant to be a dollar value input works okay unless I end it in ".00" . So, "1.25" validates okay...
Al Hudson
mauvian@...
Send Email
Aug 19, 2004
8:13 pm
2926
Hello, I installed qForm in a lib directory, and I write that, but it doesn't work! Could you help ? For information, my folder are : toto ... (and my html...
Patrick Hoffmann
patsolo2000
Offline Send Email
Aug 19, 2004
8:14 pm
2927
Hello, I have downloaded and installed the qform files as directed and tried the email validation routine. I copied and pasted the code from the docs right ...
Kevin
mystic324
Offline Send Email
Aug 19, 2004
9:18 pm
2928
Make sure that you have <SCRIPT SRC="lib/qforms.js"></SCRIPT> <SCRIPT LANGUAGE="JavaScript"> qFormAPI.setLibraryPath("lib/"); qFormAPI.include("*"); </SCRIPT> ...
Jason Radosevich
j_abell
Offline Send Email
Aug 19, 2004
9:50 pm
2929
Remove objForm.Email.required = true; objForm.Email.validate = true; and add <SCRIPT LANGUAGE="JavaScript"> objForm = new qForm("Your Form Name"); ...
Jason Radosevich
j_abell
Offline Send Email
Aug 19, 2004
9:53 pm
2930
Thanks Jason, I tried what you said and I still get the same error. Here is the full code. Maybe there is something else I did to cause this. ===============[...
Kevin
mystic324
Offline Send Email
Aug 20, 2004
12:22 am
2931
I copied your code and got the same error.. Try this.. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
Jason Radosevich
j_abell
Offline Send Email
Aug 20, 2004
12:56 am
2932
Same error. :-( again, Could there be something in my setup? I have not only extracted the archive into my site root, but also my web root. (Just in case. :-)...
Kevin
mystic324
Offline Send Email
Aug 20, 2004
2:39 am
2933
What is the full path to the file that you are using?? i.e. c:\inetpub\wwwroot\html\web.htm ?? ... Jason Radosevich Terminal Fusion...
Jason Radosevich
j_abell
Offline Send Email
Aug 20, 2004
2:52 am
2934
Hey, I run a local IIS web server so I access it with the following. http://127.0.0.1/aag/formval1.cfm Kevin _____ From: Jason Radosevich...
Kevin
mystic324
Offline Send Email
Aug 20, 2004
3:07 am
2935
I am sending a zip file with my directory for qForms.. The code I sent before worked just fine for me.. ... Jason Radosevich Terminal Fusion...
Jason Radosevich
j_abell
Offline Send Email
Aug 20, 2004
3:16 am
2936
Hi again, OK, I have tried the archive that Jason sent me as well as the exact code and I STILL get that same error. I then created a new directory and ...
Kevin
mystic324
Offline Send Email
Aug 20, 2004
9:51 pm
2937
E-mail me your CF file.. ... Jason Radosevich Terminal Fusion <http://www.terminalfusion.com> http://www.terminalfusion.com My blog...
Jason Radosevich
j_abell
Offline Send Email
Aug 20, 2004
10:18 pm
2938
Thank you! I made two errors : - I wrote "setlibrarypath" instead of "setLibraryPath" - I thought the library path was the path of lib/lib (and that it was...
Patrick Hoffmann
patsolo2000
Offline Send Email
Aug 23, 2004
8:16 am
2939
Quoting the qForms documentation: "The isPhoneNumber method will check to make sure the selected form element's length is equal to its length argument value....
ben_dolman
Offline Send Email
Aug 25, 2004
8:46 pm
2940
I will be out of the office from 08/26/2004 until 11/05/2004. Sorry, I am on Military Duty. Please send all support requests to Adam Crump....
rraga@...
rragaamkor
Offline Send Email
Aug 26, 2004
9:59 am
2941
I changed that particular line to the regex "\\D+", meaning 1 or more, "\\D*" means 0 or more. if( t == "numeric" ) r = new RegExp("\\D+", qFormAPI.reAttribs);...
Jordan Clark
jordannclark
Offline Send Email
Aug 26, 2004
2:33 pm
2942
I have been using qForms for along time, I just updated my site to the latest build (139) and was looking at trying some new features. I tried changing a form...
Jordan Clark
jordannclark
Offline Send Email
Aug 26, 2004
2:34 pm
2943
Hi Group, I've just come up with a situation that I currently couldn't easily solve with qForms, but I have a good solution which makes sense to me. The...
Jordan Clark
jordannclark
Offline Send Email
Aug 26, 2004
2:34 pm
2944
Hello all, I am successfully using the multi-select function to populate four levels of select boxes. My only problem is that I want each box to have a small...
Robert Barrett
robertlb01
Offline Send Email
Aug 26, 2004
5:18 pm
2945
Ben, From reading previous threads, the problem lies in the _stripInvalidChars() function that is called when you invoke validateFormat(). If you search the ...
Jeff Page
jeffrey_page@...
Send Email
Aug 26, 2004
5:42 pm
2946
Hi, I have 2 fields on my form that allow a user to change and confirm their changed password. What is the correct syntax to use the qForms validatePassword...
Daniela Milton
daniela@...
Send Email
Aug 27, 2004
2:00 pm
2947
I have a form with radio buttons that are required. However, when the user forgets to select one and submits the form, the message box pops up that tells them...
garytricia@...
gdgold2004
Offline Send Email
Aug 27, 2004
4:46 pm
2948
Robert, this should work for you: stcSelect = new Object(); stcSelect[""] = "Please Select..."; when you call the populate() mehtod add the stcSelect as the...
Michael T. Tangorre
crazyflash4
Offline Send Email
Aug 28, 2004
2:02 pm
Messages 2919 - 2948 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