OK... I asked a question and there was a spam response. Not sure what that was aobut, but my guess is that distracted the community from validating this issue...
I am trying to add a custom validation to my validation.js that limits the number of items selected in a select box. I have a working .js function, and am...
... OK, more info. I have defaulted my country SELECT to US. When I reload the page and do nothing, then the dependency doesn't work, but if I change the...
Hi John, I've done similar things to this in the past. This is what I do: objForm.country.addEvent("onchange", "setLocation();", true); objForm.state.required...
... From the docs: http://www.pengoworks.com/qforms/docs/extension_fields.htm#createDependencyT o NOTE: If you want to enforce dependencies on the default...
... http://www.pengoworks.com/qforms/docs/extension_fields.htm#createDependencyT ... unique ... which ... Dan, you say RTFM nicer than anyone I've ever seen...
John, ... Did you resolve this issue? What list of form fields? Are you talking about the special CF key in the FORM scope called "fieldnames"? If so, that's ...
Johnny, ... I'm hoping you fixed this already, but your addValidator() function doesn't point to the correct function name. You have _Field_isCountOptions as...
No... didn't get the issue solved. I was wondering why there is no form submit in the pre 2.0 example also. When you do the 2.0 version that would be nice to...
... ITYM this.options[i].selected ? ... A sprinkling of alert()'s in the validator would be a good step, next time. -- Tom Chiverton Advanced ColdFusion...
Hi, I am trying to make it so a text field will only allow the characters "0-9", "space" and "comma". I thought the following code used to work, but I am...
Ok I figured it out (actually my coworker figured it out) so we thought we'd post it back to help others. To recap this function will validate that you have no...
Hi there, I'm trying to get location info from a user in the form of Country, City and Area selections. The user can select a single Country and City but may...
Hi Guyz, I have something working now (I use populate to fill the container with the required values). I've run into a problem though. Changes to one select...
Hey, I'm trying to use a custom validator to tell the user that if they select a particular radio button they must also fill in a text box. (I tried using the...
Hi Howard, I'm not sure if you just didn't include this piece in your code, but it doesn't look like you are assiging the new validation to any field in the ...
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...