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...
Show off your group to the world. Share a photo of your group with us.

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 3892 - 3921 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3892
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...
cameronmcox
Offline Send Email
Sep 11, 2007
6:55 pm
3893
Cameron, I think your problem is that you have a field named "Window" and I do believe that this is a reserved word (since it is part of the DOM). Dean ... -- ...
Dean Lawrence
deanmlaw
Offline Send Email
Sep 11, 2007
7:57 pm
3894
No this code I used a while back and it worked just fine. the "Window" name has never been changed, there is something else in the rest of the code I am ...
Cameron Cox
cameronmcox
Offline Send Email
Sep 11, 2007
9:48 pm
3895
Yes, but did it work within the qforms framework? You are passing these field names into the library and they are handled differently than the native form...
Dean Lawrence
deanmlaw
Offline Send Email
Sep 11, 2007
10:36 pm
3896
I do not remember how I had it before.I am trying to re-create what I had before..how do I put it back into the qform framework? Cameron Marie mimiresworld.com...
Cameron Cox
cameronmcox
Offline Send Email
Sep 11, 2007
11:14 pm
3897
Hey Cameron, I'm looking into this for you. Edward "Sonny" Savage http://savagefamily.pbwiki.com/ ... From: cameronmcox <cameron@...> To:...
Edward A Savage Jr
sonnysavage
Offline Send Email
Sep 12, 2007
1:57 pm
3898
Cameron, I tested your code and found that your path to the qforms files are probably wrong. You have this <SCRIPT src="QFORM/lib/qforms.js"></SCRIPT> <SCRIPT...
Dean Lawrence
deanmlaw
Offline Send Email
Sep 12, 2007
8:40 pm
3899
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...
frazier345
Offline Send Email
Sep 14, 2007
8:16 pm
3900
OK I got it to work with your suggestion. Thank you! My next question is how do I get it to work for 20 line items, all on the same page, and the related...
Cameron Cox
cameronmcox
Offline Send Email
Sep 15, 2007
4:13 pm
3901
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...
trevor bayliss
bayliss_trevor
Offline Send Email
Sep 24, 2007
9:53 pm
3902
Hi Trevor, You won't find it on the pengo website. You will find it posted at qforms.tigris.org. You need to use a subversion client to check-out a copy from...
Dean Lawrence
deanmlaw
Offline Send Email
Sep 24, 2007
10:35 pm
3903
... Thanks for the reply Dean I don`t have a subversion client I am just using js files: a folder in my webroot called lib, inside that folder a qforms.js file...
trevor bayliss
bayliss_trevor
Offline Send Email
Sep 25, 2007
12:07 pm
3904
You use the subversion client to download the qForms 2.0 files. ... -- Aaron Rouse http://www.happyhacker.com/...
Aaron Rouse
aaron_rouse
Offline Send Email
Sep 25, 2007
1:20 pm
3905
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...
trevor bayliss
bayliss_trevor
Offline Send Email
Oct 6, 2007
6:11 pm
3906
Hi Trevor, I would suggest still using Tortoise to export a copy of the files so that you know that you have gotten everything. However, whichever way you...
Dean Lawrence
deanmlaw
Offline Send Email
Oct 7, 2007
9:23 pm
3907
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...
bayliss_trevor
Offline Send Email
Oct 12, 2007
4:11 am
3908
UPDATE: 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 that? ERROR...
bayliss_trevor
Offline Send Email
Oct 12, 2007
5:04 am
3909
... I would grab everything. Even if you are not using them in your script. They don't take up that much room on your site and they are not downloaded by the...
Dean Lawrence
deanmlaw
Offline Send Email
Oct 12, 2007
4:17 pm
3910
Hi Dean, 1.It seems to me that the whole lib is being loaded with the js? I am sure v2 is slower-maybe due to the size increase in folder lib? // set the path...
bayliss_trevor
Offline Send Email
Oct 12, 2007
7:36 pm
3911
... This is not actually loading all the libraries, only the field, function and validation libraries. You manually have to load the additional libraries. ... ...
Dean Lawrence
deanmlaw
Offline Send Email
Oct 12, 2007
8:49 pm
3912
I modified field.js Change line 163 to: if( lstExcludeFields.indexOf("," + aryFieldsChecked[j] + ",") == -1 ) setTimeout(this.qForm._pointer + "['" +...
fatmuisgod
Offline Send Email
Oct 29, 2007
4:24 pm
3913
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...
Matthew Dunphy
leviathant@...
Send Email
Oct 30, 2007
10:39 pm
3914
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 :) -- ...
Matthew Dunphy
leviathant@...
Send Email
Oct 30, 2007
10:39 pm
3915
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...
Tom McNeer
tmcneer
Offline Send Email
Nov 10, 2007
12:16 am
3916
Hi Tom, You can't physically submit multiple forms, so what you could do is to take the wddx values and populate a single hidden field, submit it with your...
Dean Lawrence
deanmlaw
Offline Send Email
Nov 10, 2007
3:00 am
3917
Hi Dean, I had a feeling that's what I was going to hear. I know you can't submit both forms. Basically, I was hoping that since the qFormsAPI object already...
Tom McNeer
tmcneer
Offline Send Email
Nov 10, 2007
2:17 pm
3918
Tom, ... In the qforms folder, there's a wddx.js library file. Just include this in your qFormsAPI.include() calls. You can then do qFormsAPI.serialize() to ...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Nov 11, 2007
11:01 pm
3919
Hi Dan, Thanks for stepping in. Yes, I'm aware of the serialize method, and since I'm using CF on the back end, reading the WDDX string is simple enough. ...
Tom McNeer
tmcneer
Offline Send Email
Nov 12, 2007
2:06 pm
3920
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...
adam.euans
Offline Send Email
Nov 19, 2007
3:08 am
3921
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...
Aaron Rouse
aaron_rouse
Offline Send Email
Dec 5, 2007
9:31 pm
Messages 3892 - 3921 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