Hey Guys, I am completely at a loss here. I'm trying to set up an image based submit button. Works fine in Safari/Opera/Firefox/IE but fails under Mozilla...
Rob, ... What behavior do you get in Mozilla v1.7.3? Does it give you JS errors? Does this work? <a href="javascript:void(0);" onclick="submitForm();"...
I'd like to give users the choice of curing the form errors or saving the data they've completed as a draft. I added this: qFormAPI.allowSubmitOnError="true";...
Is there any way to take out the __viewstate fields from asp.net page when do the obj.serialize()?, I tried serialize("__viestate") would not recoganize it. ...
I am having issue with qForms. In IE the error is "could not get the display property. Invalid argument." In Firefox it does works and giving me the required...
This isn't really a qForms problem, but a problem accessing your DOM object. I'd isolate your code out into a separate function and set up a trigger so you can...
... You can override the default methods and write your own custom handlers. This is better implemented in the v2 code that over at qforms.tigris.org. -Dan...
any simple examples? Do I have to override every functions? I would like my message to be display in a label, not alert. IsValide kind of true false returns...
on my html form // make these fields required objForm.required("org_name, org_type, year, states_right, org_type"); where org_type is a drop down menu, which...
ok I was working on displaying the in-line error msg, and have a <tr id="year1" style=" visibility:hidden; display:none "> under each form field, so I can...
... The only way to get it to throw the required message is to change the value from 0 to an empty string. However, if you want to keep it 0, you could always...
Hey Dan, Thats what I was looking the 2nd example you you mentioned. How can I acheive that? thanks ... working on this ... [mailto:qformsapi@yahoogroups.com]...
You're going to have to override the default methods with your own hooks. The goal in v2 is to have a library that does this for you--you'll just need to use...
Can you help me to setup this code. I mean just give me a tutorial for one field in one form. I really need to implement this thing. Thanks your help once...
Hi, In one section of my code, I have the following: logForm.CondOutletTemp.validateExp("this.value < logForm.CondInletTemp.value","The Condenser Outlet Temp....
I will be out of the office on Friday, November 11. If you need immediate assistance, please contact Tim Bell or Josh Overgaard in Personal Computing....
Dan, Saw your example on this page http://www.pengoworks.com/qforms/v2/demo/demo_dhtml_errorBox.htm Like the direction that you're heading. There was a similar...
Scott, You can do it--but you have to hack around it. Take a look at this page: http://www.pengoworks.com/qforms/ext/atLeastOne.htm There's a custom...
Ted, You could add run a function in the form's onsubmit event that would check the qForm object's _queue.errors array (i.e. if( objForm._queue.errors.length >...
Steve, There's no such built-in validation method called "validateValidChars()"--you'd have to create a validation function to do that. I think this will work,...