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....
3011
garytricia@...
gdgold2004
Nov 2, 2004 7:47 pm
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...
3012
xzogmwuocut
Nov 6, 2004 3:31 pm
hey all I recently re-financed my mortgage for free even though I have BAD credit. They even gave me a great rate! Take a look at this service... ...
3013
frazier345
Nov 8, 2004 6:18 pm
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...
3014
deanmlaw
Nov 10, 2004 2:14 am
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"...
3015
Aaron Rouse
aaron_rouse
Nov 10, 2004 4:13 am
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...
3016
Dean Lawrence
deanmlaw
Nov 10, 2004 7:50 pm
Thanks Aaron, I usually don't like to use cfform either, but my partner does. So I just wanted see if it was something that he could use. Dean...
3017
mpumelelom
Nov 15, 2004 10:57 am
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...
3018
Bill Killillay
BKillillay
Nov 18, 2004 3:28 pm
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...
3019
colemanb@...
Nov 19, 2004 12:47 am
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...
3020
Bill Killillay
BKillillay
Nov 19, 2004 1:01 am
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...
3021
colemanb@...
Nov 19, 2004 7:49 am
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...
3022
Bill Killillay
BKillillay
Nov 19, 2004 10:29 am
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:...
3023
dlegate
Nov 20, 2004 11:23 am
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...
3024
Bill Killillay
BKillillay
Nov 20, 2004 3:56 pm
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...
3025
dlegate
Nov 21, 2004 1:29 pm
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 ...
3026
helenmorris9
Nov 21, 2004 3:39 pm
I too saw the one hour television show, that has ultimatly changed my life, for this program. It showed people throughout the country coming out of...
3027
Sisk, Brian
brian.sisk@...
Nov 23, 2004 6:08 pm
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...
3028
wjkillay@...
BKillillay
Nov 23, 2004 7:41 pm
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? ... ...
3029
brian
brian_s
Nov 24, 2004 7:52 pm
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...
3030
brian
brian_s
Nov 24, 2004 7:55 pm
Sorry all, The example I was referring to in my previous post was the Zipcode Demo #1 on the PengoWorks site: ...
3031
Ted Johnson
tcjohn2
Nov 24, 2004 8:18 pm
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...
3032
Bill Killillay
BKillillay
Nov 25, 2004 11:29 pm
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...
3033
Dean Lawrence
deanmlaw
Nov 29, 2004 1:10 pm
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...
3034
brian
brian_s
Nov 29, 2004 4:49 pm
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...
3035
Ted Johnson
tcjohn2
Nov 29, 2004 11:05 pm
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",...
3036
Bill Killillay
BKillillay
Nov 30, 2004 12:14 am
Ted, Very cool, I thought it might, but I did not have time to test it out first. Glad you got it working. BK _____ From: Ted Johnson...
3037
coldfusionlists
Nov 30, 2004 10:53 am
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...
3038
coldfusionlists
Nov 30, 2004 11:03 am
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...
3039
coldfusionlists
Nov 30, 2004 11:11 am
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...