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 3619 - 3659 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3619
I am new to qforms but I really like it and I am enjoying using it. I tried to understand the FAQs about error messages. I want to change the default message....
johnfox2013
Offline Send Email
Aug 7, 2006
7:05 pm
3620
John, ... The only way to currently change the "The following error(s) occurred" message is to open up the qforms.js file and manually change the text in the ...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Aug 8, 2006
6:44 pm
3622
Hello, I'm using qForms 139 and having a strange issue with one of my forms. The form has several fields that are disabled by default, then get enabled when a...
bnance1
Offline Send Email
Aug 22, 2006
7:20 pm
3623
IE will not send fields that are disabled via the POST operation (which it sounds like you probably know.) Are you positive that the users aren't filling the...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Aug 22, 2006
7:51 pm
3624
Dan, Thanks for getting back to me. Yes, I know that disabled fields do not get submitted. I believe that the fields are enabled when the user is on the form...
bnance1
Offline Send Email
Aug 23, 2006
6:33 pm
3625
Brad, I'd just double check your JS code to ensure that in no situation the fields could become disabled during the onsubmit event. Nothing in native in qForms...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Aug 24, 2006
1:17 am
3626
Dan, Sorry I didn't get back to you, I've been on the road and just now catching up on things. Thanks for getting back to me. As far as I can tell, there is...
bnance1
Offline Send Email
Aug 29, 2006
7:35 pm
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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Messages 3619 - 3659 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