|
Thanks. I used integer as well should this be
a float? I am not sure of the difference.
----- Original Message -----
Sent: Tuesday, June 25, 2002 8:14
AM
Subject: RE: [CFTALKTor] Field
Validation
You
should be able to fill out the "range" attribute of CFINPUT. The only
possible problem with this is I think you need to add a minimum value as
well.
<cfinput type = "text"
name = "name" range = "min_value, max_value">
________________________________ Rob Matlow REM Web
Solutions [EMAIL PROTECTED] 519.884.4111
or 1.866.754.4111 www.remwebsolutions.com
Hello All,
My client requires validation on an input
field. They want the field to allow only numeric entries but the
number cannot be more than 999999999.99. I am using CFFORM. Does
anyone know how to limit the input to that value as a maximum?
Thanks
Mike
|