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 3390 - 3422 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3390
Hi all! [ Build 137g (March 31, 2003) ] I have an interesting situation that I'm not clear on how to proceed. Given a form that contains from 2 to X number of...
Joel Hynes
joelhynes
Offline Send Email
Jan 2, 2006
3:31 pm
3392
I have a form that uses an image with a link to submit the form when link is clicked instead of a normal submit button or an input of type image. The reason...
fmahannah
Offline Send Email
Jan 7, 2006
4:03 pm
3393
Very basic qForms question... I am able to validate input, textarea and select form fields. The validation breaks when I try to apply it to a radio button...
lanitwitchell
Offline Send Email
Jan 17, 2006
6:21 pm
3394
LT, I haven't tested this yet, but if what you have online is your original code, the line //objForm.graphics.validateNotNull("Please choose the "Yes" button...
Dean Lawrence
deanmlaw
Offline Send Email
Jan 17, 2006
11:40 pm
3395
Dean, Thanks for catching this, but it was just an error that got in while I was testing. The problem remains. I have corrected the typo and the line now...
Lani Twitchell
lanitwitchell
Offline Send Email
Jan 18, 2006
12:27 am
3396
Lani, The problem is with your error message, not the way Qforms handles radio buttons. You have this: objForm.policy.validateNotNull("Please choose the "Yes"...
Dean Lawrence
deanmlaw
Offline Send Email
Jan 18, 2006
1:04 am
3397
Dean, Thank you for your help. It was simple and I just did not see it. LT ... Lani, The problem is with your error message, not the way Qforms handles radio...
Lani Twitchell
lanitwitchell
Offline Send Email
Jan 18, 2006
4:16 pm
3398
Glad to help. ... -- __________________________________________ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381 ...
Dean Lawrence
deanmlaw
Offline Send Email
Jan 18, 2006
5:31 pm
3400
What's the easiest way to validate that a string contains no spaces within the string? I didn't see anything that was part of the api itself, so would this...
ghoukster
Offline Send Email
Jan 27, 2006
6:42 pm
3401
Nevermind, I just realized that I needed validateAlphaNumeric() - duh. Man, TGIF! - Gary...
ghoukster
Offline Send Email
Jan 27, 2006
6:53 pm
3402
Anyone here using qForms on a .NET app? ... Dan O'Keefe...
Dan O'Keefe
djokeefe_2001
Offline Send Email
Jan 28, 2006
9:36 pm
3403
I've got the same problem. Still searching for a solution... ... when ... type ... the ... can't ... javascript ... they ... submits ... the ... swapped...
craigcecildotcom
craigcecildo...
Offline Send Email
Feb 1, 2006
3:32 pm
3404
I do this all the time, I call my own function to submit the form. <a href="javascript:frmSubmit();"><img src="image.gif" /></a> function frmSubmit() { ...
Aaron Rouse
aaron_rouse
Offline Send Email
Feb 1, 2006
4:04 pm
3405
Or you could simplify it by using <a href="javascript:objForm.submit();"><img src="image.gif" /></a> and bypass having to write another function. Dean ... -- ...
Dean Lawrence
deanmlaw
Offline Send Email
Feb 1, 2006
4:35 pm
3406
Yeah, I snipped out the reason why we I do another function. There actually are a few more lines of above the actual call to the qForms submit function. ... ...
Aaron Rouse
aaron_rouse
Offline Send Email
Feb 1, 2006
5:55 pm
3408
I must be misunderstanding something or not stating my problem correctly. I am not submitting the form to a server, since I am just developing a page that is...
craigcecildotcom
craigcecildo...
Offline Send Email
Feb 7, 2006
3:04 pm
3409
Craig, Can you supply a link to your page for us to review? Dean...
Dean Lawrence
deanmlaw
Offline Send Email
Feb 7, 2006
3:50 pm
3410
I don't have the page hosted on a server, but here is the code: Filename: target-heart-rate.htm Contents: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 ...
craigcecildotcom
craigcecildo...
Offline Send Email
Feb 7, 2006
4:25 pm
3411
Craig, ... Does the myFunction() function actually invoke the validate() method? If not, then there's nothing triggering the validation. If you want to perform...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Feb 7, 2006
5:44 pm
3412
Yes, I have called objForm.validate() within myFunction(). No validation occurs. ... developing ... the ... ();" ... method? If ... to perform ... method on...
craigcecildotcom
craigcecildo...
Offline Send Email
Feb 7, 2006
7:25 pm
3413
Hi Craig, I was able to get your form to work by making a couple of minor adjustments. First of all, you can't terminate your script tags without the closing ...
Dean Lawrence
deanmlaw
Offline Send Email
Feb 7, 2006
8:48 pm
3414
Yes--myFunction() (which I've renamed frmSubmit() for commonality) did call objForm.validate(); with no effect. I've currently removed it, looking for another...
craigcecildotcom
craigcecildo...
Offline Send Email
Feb 7, 2006
8:50 pm
3415
Thank you so much. Another set of eyes really does help, especially when you are working alone :-) ... adjustments. ... closing ... Secondly, by ... the ... ...
craigcecildotcom
craigcecildo...
Offline Send Email
Feb 8, 2006
4:58 pm
3416
Sure thing. Glad I could help. Dean ... -- __________________________________________ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701...
Dean Lawrence
deanmlaw
Offline Send Email
Feb 8, 2006
8:44 pm
3417
Hi. I think I've come across a bug in the library (1.5 build 139) where validatePassword() simply doesn't work. (I also can't get validateDifferent() to work...
Carabetta
Offline Send Email
Feb 9, 2006
7:52 pm
3418
Dave, Is it possible for you to post your whole form for us to review? Thanks, Dean ... -- __________________________________________ Dean Lawrence,...
Dean Lawrence
deanmlaw
Offline Send Email
Feb 9, 2006
8:33 pm
3419
... Sure Dean. I hope this formats OK: <form action="index.cfm?event=#variables.xe#" method="post" name="frmRegistration"> <table border="0" cellspacing="1"...
Carabetta
Offline Send Email
Feb 9, 2006
8:52 pm
3420
Dave, The field that you are calling in the validatePassword function is wrong. You do not need to add the "objForm." to the field name. So the proper ...
Dean Lawrence
deanmlaw
Offline Send Email
Feb 9, 2006
10:13 pm
3421
... wrong. ... I knew it had to be something simple like that! Thanks for your time Dean. That worked great. Regards, Dave....
Carabetta
Offline Send Email
Feb 10, 2006
3:38 pm
3422
Excellent. ... -- __________________________________________ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381 ...
Dean Lawrence
deanmlaw
Offline Send Email
Feb 10, 2006
3:45 pm
Messages 3390 - 3422 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