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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 3628 - 3667 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3628
How do I customise qForms so that when I submit a form it doesn't change the borders of the fields. OR How do I customise the stylesheet so that when it...
dawesi
Offline Send Email
Sep 11, 2006
1:59 am
3629
I'm having trouble getting the validateDifferent() method to fire, it seems to ignored by the script. Other validation is working correctly Any ideas? -- in...
dawesi
Offline Send Email
Sep 11, 2006
3:20 am
3630
I'm not sure if this will correct the problem or not (since I didn't get a chance to try it), but try removing the email2 from your required list. The required...
Dean Lawrence
deanmlaw
Offline Send Email
Sep 11, 2006
12:27 pm
3631
Chris, ... In v1, the only way to modify this is to change the code. In the v2 code I have written (and that is on tigris.org,) the style's can be altered by ...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Sep 11, 2006
6:07 pm
3632
The validateDifferent() method would only throw an error if the matches are the same. If you're testing the values w/different values, then an error would not...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Sep 11, 2006
6:18 pm
3634
Sorry if this shows up twice, I accidentally posted before I was done. This may end up being as much a question about JavaScript as QForms so here it goes. I...
jeiholzer
Offline Send Email
Sep 20, 2006
3:30 pm
3635
I have two fields, first and last name. The rule is if one has data in it than both have to have data in it. Otherwise they are ok. No, neither is required so...
jeiholzer
Offline Send Email
Sep 20, 2006
3:44 pm
3636
Joel, The this.error is just a string. If it's not blank, then qForms will report whatever value is stored in this variable. So, if you're overwriting the ...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Sep 20, 2006
4:17 pm
3637
Dan, That seems reasonable and I could/should have employed that method. I was in a time crunch (which probably backs what you were saying even more) so what I...
jeiholzer
Offline Send Email
Sep 20, 2006
5:11 pm
3638
... No, I'd just write one validation method. However, I wouldn't worry about returning every single issue you've found. Details are great, but it's too easy...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Sep 21, 2006
12:13 am
3639
Joel, ... This is a circular logic problem. The default rules for the createDependencyTo() says basically this: If the value of the first field is blank or...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Sep 21, 2006
1:02 am
3640
Dan Thank you very very much for your help. ... To some extent I agree but on the other hand, if the formatting is off or certain illegal charaters are in the...
jeiholzer
Offline Send Email
Sep 21, 2006
2:10 pm
3641
Dan, Again, thank you very much. I feel like a complete idiot. Well not completely because this is not in the documentation on your site. :) But I hate to say...
jeiholzer
Offline Send Email
Sep 21, 2006
2:15 pm
3642
... Re-reading my post, the point I was trying to make isn't exactly clear. What I'm specifically talking about is there are times when missing one aspect of a...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Sep 21, 2006
5:23 pm
3643
Dan, Ahh so true. To much specific not always good. Being losser with input is better. Server validation before entering is necessary. Thanks again for all...
jeiholzer
Offline Send Email
Sep 21, 2006
5:42 pm
3651
I have a problem that I've been trying to resolve for the past few days. I have shopping cart application where it would be desirable for the user to complete...
Ward Bell
octsys
Offline Send Email
Oct 16, 2006
8:58 pm
3652
Okay, so what are you running on the backend of all of this? Since that will be doing the final processing, it would help to know if we are going to suggest a...
Fred T. Sanders
sandersfred
Offline Send Email
Oct 16, 2006
9:20 pm
3653
Running on the backend? The application is .asp and we are using SQL Server as the database. I use a rather straight-forward query to populate the form on...
Ward Bell
octsys
Offline Send Email
Oct 17, 2006
4:23 am
3655
Ward, ... Why are you using multiple forms? I'd just refactor things so that you're using just one form on the page. -Dan...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Oct 17, 2006
8:37 pm
3656
Hello all, I am currently writing an application in ColdFusion using Fusebox and QForms API for client side validation. I have been able to create events and...
craigarnett
Offline Send Email
Oct 18, 2006
12:45 am
3657
Why use multiple forms? Dan, The application calls for creating an order "form" that the customer uses to order products. Visualize this "form" as being...
Ward Bell
octsys
Offline Send Email
Oct 18, 2006
4:22 am
3658
dynamically name the form fields as quantity_1,prodnum_1, quantity_2, prodnum_2, etc, then loop through received formfields, and parse accordingling, in a...
Fred T. Sanders
sandersfred
Offline Send Email
Oct 18, 2006
6:46 am
3659
Why not use a dummy hidden field within the form and when you parse the form when this field is hit you create a new record? Just thinking outloud? Chas ...
Chas Cameron
abster1587
Offline Send Email
Oct 18, 2006
9:42 am
3661
Thanks, Fred! You've given me a couple of ideas to test. On reflection, I think that this might also be what Dan was suggesting -- I just didn't "see" how...
Ward Bell
octsys
Offline Send Email
Oct 19, 2006
12:07 am
3662
I'm glad we could help. Fred...
Fred T. Sanders
sandersfred
Offline Send Email
Oct 19, 2006
3:46 am
3663
Dear All Hopefully I have checked the archives hence the request for help I have adapted the multi layer form example and followed the advice mention in 2001...
Roy Freeman
two.pelicans
Offline Send Email
Oct 19, 2006
8:42 am
3664
I want to say that this is what I was looking for. I couldn't find it in the documentation. Thanks Dean! --- In qformsapi@yahoogroups.com, "Dean Lawrence"...
Edward A Savage Jr
sonnysavage
Offline Send Email
Oct 19, 2006
9:06 pm
3665
Dear All Solved most of my problems mainly due to perhaps a PHP issue, who knows. However I now only call the serialize function once and PHP deserializes it...
Roy Freeman
two.pelicans
Offline Send Email
Oct 20, 2006
3:56 pm
3666
Roy, ... The code should look like this: //Validate form and if an error is returned, stop processing if( !qFormAPI.validate()) return false; // Save the...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Oct 20, 2006
8:01 pm
3667
Dan Thanks I guess I dont understand. Here is my understanding by listing wddxPacket in the Serialize() method i assumed that the wddxPacket would not appear...
Roy Freeman
two.pelicans
Offline Send Email
Oct 20, 2006
10:35 pm
Messages 3628 - 3667 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