Hi Paul, Thanks for replying. ... not that ... currency ... Yep. I know. But this is a closed, subscription-based application, and while we need to support as...
Hello, In firefox this page does not highlight the checkboxes in red. https://www.bestmeetings.com/registration/cfobjective/CfObjective.cfm For the conference...
... well my point was *you* would have to know each formatting doohickey & keep changing these as you add/subtract locales. however you can tease most of what ...
Paul Hastings
paul@...
Aug 5, 2007 8:17 am
3884
The docs say this: obj.fieldName.checkIfLocked([boolean showMsg]) The checkIfLocked method is called each time a form field receives focus. If the field is ...
I have an application where one combo box depends on the first combo box selection. How do I do this for multiple line items without effecting the previous...
Hi all, I am using spring framework + velocity + QForm. Some input fields generated by spring binding are named as: <input name="map[1]" ... /> It works fine...
But how do I get the second and third combo box values of each line to populate depending on the selection made on the previous combo box. This is for a window...
Problem: if user types non-existing file name in <input type=file>, IE6 (I tested in IE6 only) prevents form submission. But qForms sets form status as already...
... Well, since 99% of people using the form would use the browse button and not try typing a filename into file field, I wouldn't see altering the core...
Manaswinee Manaswinee Surve wants you to join Yaari! Is Manaswinee your friend? Please respond or Manaswinee might think you said no :( To stop receiving...
Manaswinee
manaswineesurve@...
Sep 1, 2007 6:35 am
3892
I have my qform all set up...but when I run it I get two error messages on the page. The error messages I get are: Line: 2079 Char: 1 Error: Object doesn't...
Cameron, I think your problem is that you have a field named "Window" and I do believe that this is a reserved word (since it is part of the DOM). Dean ... -- ...
No this code I used a while back and it worked just fine. the "Window" name has never been changed, there is something else in the rest of the code I am ...
Yes, but did it work within the qforms framework? You are passing these field names into the library and they are handled differently than the native form...
I do not remember how I had it before.I am trying to re-create what I had before..how do I put it back into the qform framework? Cameron Marie mimiresworld.com...
Cameron, I tested your code and found that your path to the qforms files are probably wrong. You have this <SCRIPT src="QFORM/lib/qforms.js"></SCRIPT> <SCRIPT...
Hello Currently I this submit button for my form that then runs qforms. <input type="submit" name="s" value="Register and Submit Payment" /> The problem I have...
OK I got it to work with your suggestion. Thank you! My next question is how do I get it to work for 20 line items, all on the same page, and the related...
Hi all, I was reading the other posts about validating with xhtml and the need to use id instead of name. The solution is to download version two which allows...
Hi Trevor, You won't find it on the pengo website. You will find it posted at qforms.tigris.org. You need to use a subversion client to check-out a copy from...
... Thanks for the reply Dean I don`t have a subversion client I am just using js files: a folder in my webroot called lib, inside that folder a qforms.js file...
Hi all, Aim: To get version 2 to be able to validate xhtml Thanks to Dean and Aaron I have downloaded Tortoise. I don`t know if I need it though as I think I...
Hi Trevor, I would suggest still using Tortoise to export a copy of the files so that you know that you have gotten everything. However, whichever way you...
Hi all, Thanks Dean 1. I got the v2 files downloaded via tortoise and installed them. I get an error, however, "error code 150 core validation". Why do I get...
UPDATE: 1. I got the v2 files downloaded via tortoise and installed them. I get an error, however, "error code 150 core validation". Why do I get that? ERROR...
... I would grab everything. Even if you are not using them in your script. They don't take up that much room on your site and they are not downloaded by the...
Hi Dean, 1.It seems to me that the whole lib is being loaded with the js? I am sure v2 is slower-maybe due to the size increase in folder lib? // set the path...