I'm using qForms to build a 3 level select box structure. The top level filters the second and third levels. The second level filters the third level....
I am having problems with valildating a SSN. I am trying to make sure that they have input the ssn as xxx-xx-xxxx, with my own error message but I can't seem...
I have a form that has checkboxes for sessions. and if they select one session they have to pick two others. I have the validation working the only problem...
Dan, Does the cfform.js library allow me to add additional validation methods to my cfforms? Would this allow me to use something like <cfinput type = "Text"...
You could use it with CFForms but not in that manner. I have a hard time seeing a case where CFForms would be needed if using qForms. Unless of course it was...
Hi everyone, I need a way to calculate the final price of items selected on an order form, how do I add up the value of the items selected from a few select...
Hello, I have written a custom validar that is looking at two date fields, I want to highlight the second field in the compare a different color. The default...
i'm not sure if this is what you're asking, but when i do background color/highlight changing i use something like this....which could work if you passed it...
colemanb@...
Nov 19, 2004 12:47 am
3020
I can hard code that, but that does not make it very dynamic in the validate function. I've got several of those spread across my different pages, but in this...
I see what you're saying. I haven't done many custom validators yet. I played around with them tonight and found it hard to change it for different fields or I...
colemanb@...
Nov 19, 2004 7:49 am
3022
I'll play with it. I'm headed to the office in a bit and I'll see what I can hodge together or come up with as well. Thanks for your efforts. BK _____ From:...
Both validateNumeric & validateInteger fail when entering "4.0" or "3.0", etc. Is there another validation function I should be using to handle numbers with...
Are you trying to make sure that people don't do something like 4.t or 4.000r or something? If so you could always do a split string on the period and then...
Yes, they are entering their Grade Point Average, so it needs to support decimals. Hmmm... I was hoping to find something built-in. Seems like something ...
First of all: Thanks, Dan for a great tool! Second: Sorry this isn't a qforms question, but it looks like this group may be able to help... All, I have a...
Sisk, Brian
brian.sisk@...
Nov 23, 2004 6:08 pm
3028
When you say you have a client, is your client written in Java, C#, something other? What kind of client is it? Is it web based or client/server type? ... ...
All, I wrote yesterday about using the client/server jsapi to pass a username / password to a server to validate and return some user-specific data. Reading...
I need to make a number of fields required based on the value selected in another field. If the ticket type is Coaching, Action, or System, the rest of the...
Ted, This should be exactly what your looking for. It's a lot of copy and paste, but in the end it's very, very powerful and will do what you need. You might...
Brian, I have used the gateway without any problems. Are you using cfscript or straight CF? The query should not be included within the javascript block of...
Dean, thanks for responding. I had made a silly mistake and it now works. Now I am trying to pass two text variables through the gateway for CF to process. How...
Many thanks, Bill. That's perfect. Would not have guessed it would be that easy. By the way, this works: objForm.State.createDependencyT ("ticket_type",...
Hi all I'm a brazilian ColdFusion developer and this is my firt message to the group. Congratulations Dan for qforms. This is unvaluable tool for our...
Hi all this is my simple select field script: <select class=frmfields name=vagas_quantidade value="" size="1"> <option value=0 selected>Please choose a...
Hi all we're using usable forms in our work. Please look this link (http://www.quirksmode.org/dom/usableforms.html) to know more about. My question: qforms is...