I solved my own problem. Creating a function to do the submit, and then calling that function in my anchor tag, rather than calling the submit directly in the...
Hey Jeff, I can't seem to reproduce that behavior. I created a small form and validated a field using validateFormat("Phone2") and everything worked as it...
Thanks Mike, Worked!! D ... From: "Michael T. Tangorre" <mtangorre@...> To: <qformsapi@yahoogroups.com> Sent: Sunday, August 29, 2004 12:04 AM Subject:...
Daniela Milton
daniela@...
Sep 2, 2004 12:05 am
2960
I noticed in the examples on Dan's site that there is a method to check that at least one of a group of fields is selected (very cool, by the way). However, I...
I have a list of about 10000 record also I wanted to use your example below, by picking a letter of the alphabet and repopulating the form here is my code. ...
I have a form with 2 buttons. The first button has an onclick event called _endContact() which processes no validation just an objForm.submit(). The second...
Hi, I would like to set focus to field when validaion fails on it. Any one has got any idea how can i do that ? like can i add event _set_focus when validaion...
First: qForms is awesome! I use it all the time now. Makes application development much easier. Now my question: I have several checkboxes (all with the same...
Stilson, Ben
bs29@...
Sep 14, 2004 2:03 am
2966
Has anyone created a personal page that goes through ALL the validation functions (or as many as possible) on a single page for reference? The validation...
Hi, I'm trying to set up a form where at least one of three text fields has something in it. I can't seem to get it working. Can anyone see where I've gone...
I have a form with a bunch of select boxes on it that I use qForms to populate, etc (from a DB.. use ColdFusion to loop etc...). I also use the JS Gateway for...
That didn't seem to work either. These libraries seem really cool, but they are really hard to understand how to use other than the basics that are shown in...
I have problems to do this using qforms? Thanks in advance. The document from qform "Another common problem developers face is preventing duplicate data from...
I am tring to get qforms to work on a new site and I am getting an error. Line:741 Char :4 Error: `this.Obj[…].value' is null or not an object. All of the...
I am tring to get qFroms to work, and having no luck. I have used qFroms before never had a problem. But for some reason when I get to my form and hit the...
I think I have tracked the source of the errors to the obj.fieldName.validate and obj.forceValidation objects. If either of these are used it causes an error...
Hi Kevin & Jason, ... exact code and I STILL get that same error. ... out). ... Was a solution found for this problem? This is my first trial of qForms and...
Hi all, Having troubles getting Validation Methods to work without throwing errors. No errors without validation methods. The methods tried are validateAlpha,...
I am trying to load a select box off of another selcet box, I have the data needed in a wddx packet, how can I get it to load into the select box based off of...
Solved. Cause = Beginner's (poor) luck. I believe my problems with getting qForms to work were related to two issues: my inexperience with JavaScript and error...
I have used qForms on several occasions when I used to work with ColdFusion and loved it. I now work on a .NET application and would like to implement qForms...