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 ...
I have a user form with two (2) qForm containers in it: 1 for "Available roles" and 1 for "Member of roles". The "Available roles" container displays all the...
Are you building the "Available roles" list from a db query or is it a static list? If it is built from a db query, just use a second query to build the...
Hi All, I have a form with 2 contact address types (postal and Street) I request the user that they denote what is their prefferd address contact with a radio...
Hello all, A have a form with two containers: available and selected items. For some weird reason the container for selected items is not sending a "a,b,c"...
Trent, One thing you want to make sure of when you go from one set of field being required to another set of fields being required, is that you turn off the ...
Hello all, A have a form with two containers: available and selected items. For some weird reason the container for selected items is not sending a "a,b,c"...
Cassiano, Do you have a url for us to be able to see the form with data in it? Or instead can you supply the complete page that you are having problems with? ...
Dear Dean, Thank you for the reply. It won't be able to make the actual pages accessible since they are inside a protected are, but here goes the whole form I...
Cass, What version of Qforms are you using? Dean ... -- __________________________________________ Dean Lawrence, CIO/Partner Internet Data Technology ...
Cass, One thing I noticed was that your form is using a get request instead of a post. When I changed this I was able to get this to work using 1.39. I'm ...
Dear Dean, Well, no, I am using a internationalised version of 1.39. I am sending it attached to this msg. And POST or GET will give me the same unfortunate...