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...
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...
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...
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, 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, 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, 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...
Glad to help. ... -- __________________________________________ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381 ...
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...
I've got the same problem. Still searching for a solution... ... when ... type ... the ... can't ... javascript ... they ... submits ... the ... swapped...
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() { ...
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 ... -- ...
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. ... ...
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...
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 ...
Craig, ... Does the myFunction() function actually invoke the validate() method? If not, then there's nothing triggering the validation. If you want to perform...
Yes, I have called objForm.validate() within myFunction(). No validation occurs. ... developing ... the ... ();" ... method? If ... to perform ... method on...
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 ...
Yes--myFunction() (which I've renamed frmSubmit() for commonality) did call objForm.validate(); with no effect. I've currently removed it, looking for another...
Thank you so much. Another set of eyes really does help, especially when you are working alone :-) ... adjustments. ... closing ... Secondly, by ... the ... ...
Sure thing. Glad I could help. Dean ... -- __________________________________________ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701...
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...
Dave, Is it possible for you to post your whole form for us to review? Thanks, Dean ... -- __________________________________________ Dean Lawrence,...
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 ...