Hello, I have a form with two text inputs to have the user set their password. I need to have qForm's compare the two values and let the user know if they are...
hello all! how would i go about highlighting text in my php result's using Qforms? say my search results are <?php echo $row_rsSearch['priFirstName']; ?> <br> ...
OK, I've tried the 1.35, 1.36a and 1.36b (BETA) builds with this and none of them work. -T ... From: Troy Murray [mailto:troymurray@...] Sent: Saturday,...
Try actually closing the form and seeing what happens. Secondly if you can't get it to work just do it the old fashioned way. I never could get it to work ...
1542
Dave Babbitt
dbabbitt@...
Nov 8, 2002 10:34 pm
It would hardly be using qForms, but: var range; function findAndHilite() { /* Don't forget to escape the single quotes here */ txtSearch = '<?php echo...
I'm having a problem with the following code: validateAlphaNumeric() doesn't seem to be working. If I change it to validateAlpha() and put a # or a @ in the...
Hello I'm spending now already hours in the following HTML code, and I haven't found any hints in the archives. The example consists of two forms (frma &...
Sorry, but that's silly. You cannot submit two forms from one page, unless your targeting them to different frames, or at the very least one in a popup window...
Hello Fred Thanks for you answer, it was also the workaround I was trying at the end. The question why I'd like to do that, is easy. I'm used to. Means that I...
1547
Eugen Notter
e.notter@...
Nov 13, 2002 1:27 pm
You do not need frames in order to handle two or more forms. I do this all the time for similar reaons as you mentioned. You will simply need to label your...
That's true, but he's saying that he wants to submit two seperate forms at the same time within a single request, not just handle two possible situations. Fred...
Can't get this to work. objForm.Inventory.validateRange(objForm.InventoryMin.value, objForm.InventoryMax.value); Anyone have any ideas, or should I roll my...
I am trying to do the following: <!--// this code must execute after the end </FORM> tag //--> <SCRIPT LANGUAGE="JavaScript"> <!--// // Specify the name of the...
Does the reset() method of the a qForm only restore the actual values to a form element, but not the display information? I think this is the case b/c I...
I really like the email address validation that can be downloaded and tested here: http://javascript.internet.com/forms/email-address-validation.html ...
What version of qForm are you using? -T ... From: imtwoods [mailto:imtwoods@...] Sent: Thursday, November 14, 2002 12:42 AM To: qformsapi@yahoogroups.com...
Sorry, I forgot to include the version. It is qForms v1.5 (Build 136b) according to the documentation. I downloaded it from www.pengoworks.com. I am attaching...
Nevermind, I see here: http://groups.yahoo.com/group/qformsapi/message/1019 Thanks, Steve ... think...
1558
eoghan
eoghan@...
Nov 15, 2002 2:24 pm
hello im getting the following error using the current version of qforms on nn7, win2k. ================================================================= ...
1559
eoghan
eoghan@...
Nov 19, 2002 3:05 pm
hello im getting the following error using the current version of qforms on nn7, win2k. ================================================================= ...
I'm validating a field to be alphanumeric, and it generally works fine. However, one entry (all alpha) generates this error: "The value of the username must...
This has been covered & discussed on the list previously. Go to the groups page for qForms on Yahoo (groups.yahoo.com) and download the latest zipped version...
1562
Dave Babbitt
dbabbitt@...
Nov 24, 2002 9:37 pm
Someday, somebody is going to have the curtesy to type in the URL!!!! http://groups.yahoo.com/group/qformsapi/files/qFormsAPI_136b%28Alpha3%29.zip ... From:...
1563
Dave Babbitt
dbabbitt@...
Nov 24, 2002 9:39 pm
er, courtesy. Sorry... ... From: Dave Babbitt [mailto:dbabbitt@...] Sent: Sunday, November 24, 2002 4:32 PM To: qformsapi@yahoogroups.com ...
Give a man a fish and he eats for a day. Teach a man to fish and he eats for a lifetime. ... From: Dave Babbitt [mailto:dbabbitt@...] Sent:...
1565
Niklas Richardson
coldfusion@...
Nov 28, 2002 2:58 pm
Did you find a way of doing this? Trying to do something similarly. i.e. I only want a certain number of fields validated when one submit button is pressed,...
Niklas, Create a function to use with each button. Then in each function use the validation statements for the fields you want validated. Now call the specific...
In http://groups.yahoo.com/group/qformsapi/message/1238 I reported: In function _deleteCookie there is a call to Get_Cookie. There is no Get_Cookie....