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 3088 - 3119 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3088
Hello, I tried using createDependencyTo() which works based on if a field is null or not. I have 2 radio buttons and certain fields are required depending on...
ghoukster
Offline Send Email
Feb 2, 2005
5:19 pm
3089
... I find it easiest to do: function _customValidation() { // put your validation rules here... } objForm.onValidate = _customValidation;...
Michael T. Tangorre
crazyflash4
Offline Send Email
Feb 2, 2005
5:31 pm
3090
OK, I got it to work...kinf of. I have the following just as a basic example: <script> function CCName(){ // check to make sure the current value is greater...
ghoukster
Offline Send Email
Feb 3, 2005
1:58 pm
3091
... You are making it way harder than it has to be! Read the docs at pengoworks on custom validation. Mike...
Michael T. Tangorre
crazyflash4
Offline Send Email
Feb 3, 2005
3:26 pm
3092
Hi Mike, I have read through the docs. I understand that I can just say: objForm.myfield.required="true"; My issue is this: I have 2 radio buttons for payment...
ghoukster
Offline Send Email
Feb 3, 2005
3:41 pm
3093
... function _customValidation() { /* Pseudo Code.... */ if option is this { these options are required } else { these options are required } } ...
Michael T. Tangorre
crazyflash4
Offline Send Email
Feb 3, 2005
3:50 pm
3094
Mike, I found this snippet and finally got it to work: function _customValidation(){ if( obj.field_A.getValue() == "" && obj.field_B.getValue() == "" ){ ...
ghoukster
Offline Send Email
Feb 3, 2005
4:49 pm
3095
When using qForms the backgroundColor of various fields turns Yellow, at first I figured this was for required fields but in the current form I am working on,...
jesse_mcpherson
Offline Send Email
Feb 15, 2005
3:28 pm
3096
Are you sure it is qForms? Do you maybe have something like the google toolbar installed and its form remembering functions turned on? That is one such tool...
Aaron Rouse
aaron_rouse
Offline Send Email
Feb 15, 2005
3:53 pm
3097
Yes this isn't corcening to qforms. ... -- Xavi (http://xavicl.blogspot.com)...
Xavi
xavi.xavi@...
Send Email
Feb 15, 2005
4:47 pm
3098
The get fields() function puts all the fields and their values into a structure, If I have a form the has 40 fields on it and I only want fields 20 through 40...
abster1587
Offline Send Email
Feb 17, 2005
10:48 am
3099
... Individually. objForm.fieldName20.getValue() objForm.fieldName21.getValue() objForm.fieldName22.getValue() etc... Mike...
Michael T. Tangorre
crazyflash4
Offline Send Email
Feb 17, 2005
11:02 am
3100
Dear Techie Job Seekers, We would like to invite you to join our newly created group by visiting http://finance.groups.yahoo.com/group/hitechjobs/ Here you can...
jobs_hitech
Offline Send Email
Feb 21, 2005
12:06 am
3103
objForm.'00N30000000dpa0'.description = "Quote Required"; throws an error. How can I fix this to use numeric fields? I am integrating this with a 3rd party...
abster1587
Offline Send Email
Feb 21, 2005
6:34 pm
3104
... Try this format: objForm["'00N30000000dpa0'"] = "Quote Required"; You may need to escape the single quotes, I am not sure. HTH, Mike...
Michael T. Tangorre
crazyflash4
Offline Send Email
Feb 21, 2005
6:38 pm
3105
... the ... Yes, works great!! Thanks CEC...
abster1587
Offline Send Email
Feb 21, 2005
6:47 pm
3106
I'm trying to make sure a credit card's expiration is valid, i.e. in the future. How do I do this within a qForms validated form. I have two dropdown fields...
Venable, John
johnnykrisma
Offline Send Email
Feb 23, 2005
6:58 pm
3107
John, I would create 2 new date objects. Create one using the the values from the drop downs and another one using the month and year from the current date. ...
Michael T. Tangorre
crazyflash4
Offline Send Email
Feb 23, 2005
7:06 pm
3108
I note a poll in 2003 supported a change but nothing in the forum since. Is there anything since then to allow disabled fields validation to be skipped? If...
Eric Badger
brusserau
Offline Send Email
Mar 1, 2005
3:22 am
3109
... Create a custom function to check to see if the field is disabled; if so, remove validation. If not, continue on. MT...
Michael T. Tangorre
crazyflash4
Offline Send Email
Mar 1, 2005
4:01 am
3110
I would like to validate the size of an image to a particular size before submitting a form. I already have javascript code that will do this, however I am...
feedmesoup
Online Now Send Email
Mar 2, 2005
6:38 pm
3111
... What you need to do is create function that you attach to the qforms onValidate method. Check the docs if you need more info but the basic implementation...
Michael T. Tangorre
crazyflash4
Offline Send Email
Mar 2, 2005
10:49 pm
3112
Any other gmailers here, like the abilty to select a range of checkboxes by holding down the shift key. Any one know how to do that with javascript? ... Dan...
Dan O'Keefe
djokeefe_2001
Offline Send Email
Mar 8, 2005
4:23 pm
3113
I found this url surfing, http://blogs.ardice.com But can someone explain to me what a blog is? - Barb464n...
barb464n
Offline Send Email
Mar 21, 2005
3:18 pm
3114
This was also posted in the WDF-DOM group, same exact posting, They answered your question there, even though it is extremely off topic, so why post it here? ...
Jesse McPherson
jesse_mcpherson
Offline Send Email
Mar 21, 2005
7:29 pm
3115
This message is spam.. Have the same message, but all different usernames.. _____ Jason Radosevich Terminal Fusion <http://www.terminalfusion.com> ...
Jason Radosevich
j_abell
Offline Send Email
Mar 21, 2005
11:02 pm
3116
My Form has of course a phone number text field. Then if I read your docs correct I am using the following script to check if they are correct. ...
damn_yankee_4
Offline Send Email
Mar 31, 2005
2:02 am
3117
I'm passing a value into a qForm field (County) which I want the user to see as a filled in text field, but not be able to edit. The following construction...
Bill Cody
wjcody@...
Send Email
Apr 7, 2005
2:13 am
3118
Store the value in a hidden field, either populate the disabled field with the value of the hidden field or just populate both with the same data. Fred T....
Fred T. Sanders
sandersfred
Offline Send Email
Apr 7, 2005
5:30 am
3119
... field with the ... Thanks much, Fred, although I'm a little disappointed. Was hoping not to have to create yet more variables to track. The form is ...
bcody7
Offline Send Email
Apr 7, 2005
11:35 am
Messages 3088 - 3119 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