Hi all. My qform refuses to validate non english characters, how do I go around this? I would like to change the code internaly so that maybe there's a ...
I have an iframe inside witch Im using the qform and it wont work. The form is submited without being validated. I use the same code as I do on a page that is...
Ok I do not have any javascript experience. I am using qforms to help my user select related drop-down boxes. It works fine now with 1 line, but I need to...
Ok I have no javascript experience. I am using qforms to create a quote/order form. I got it to work for 1 line item. However I need to get my drop-down...
Hi All, I have a select box with a number of values in it. I also have a button that when you click it, it takes the value of the selected item in the select...
not even sure if this would be a qforms thing. but you could do an onclick event to call the value. getting the value from say coldfusion to js would be the...
... Thanks Paul, Yea, I already have the onclick working properly, it is more so that I am trying to read and write to the inner-html of the select box using ...
... Hi Dan, Thanks, I agree that CSS would probably be better if was a single item. Basically, what I have is two multi-select lists; one with available...
I am using the qforms n-related select boxes. I have an order form and each line item has the same 2 options to select from using the n- related script. How...
Hi friends, I have a form in which I used 6 check boxes instead of radio button so that only one of thee selected check box should be selected I try it hard...
Hello Amit, This may not be a help, but it's really a bad idea to make checkboxes act like radio buttons. You will have to spend a lot of time forcing them to...
I program with ColdFusion, so your solution may differ, but whatever loop you use to output your shopping cart line items you'll have to use to generate your...
It is not a shopping cart it is a quote order form. My pages are all in coldfusion.but I can not figure out how to loop and still get the separate line items...
Get it to work for one row and then loop over that code(CFM for the HTML display and JS for the qForms) and when looping over the code you increment the form...
I am a beginner.I have no clue what you are talking about. I got it to work fine for one line item but then once I started adding in my customer information...
Short of just writing the code for you, which you said you do not want someone to do, I really do not know how to explain it other than how I already tried. ...
Well you can send code, but please explain what it means and what each step is doing. I just kept getting people on the coldfusion site send code and say ok...
Hi Edward , Thanks it was my clients request to use the ckeckboxes in place of redio buttons. He not satisfy with redio buttons any way I client is now agrry...
Hello Amit, This #1 issue on the Interface Hall of Shame page for Controls: http://homepage.mac.com/bradster/iarchitect/controls.htm But if you can't convince...
Dan, We've had a prod app working fine with build 140 for over a year now. I am running CF8 locally on my dev box while the rest of the servers are running...
I need to begin the process of internationalizing an application that uses qForms for validation. Some of the validation is basic isNumeric or isDate...
... unfortunately, depending on the locales you need to support, it's not that simple. spaces are also used as numeric delimiters. not to mention currency ...
Paul Hastings
paul@...
Jul 31, 2007 8:02 am
3881
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 ...