Ah-ha!  RTFDocs, I guess.  Thanks for doing the research for me.  I thought
it would be something like that.

Ray

At 02:13 PM 9/2/2004, you wrote:
>CF used formname_date to validate the value as a date, you'd use it like...
>
><input type="text" name="theDate" />
><input type="hidden" name="theDate_date" />
>
>...you'll have to use another name.
>
>http://livedocs.macromedia.com/coldfusion/6/Developing_ColdFusion_MX_Applica
>tions_with_CFML/formatData8.htm
>
>I remember some people asking that things like this be editable in
>administrator, would be nice.
>
>Ade
>
>-----Original Message-----
>From: Ray Champagne [mailto:[EMAIL PROTECTED]
>Sent: 02 September 2004 17:46
>To: CF-Talk
>Subject: form field oddity?
>
>
>I have a generic form handler that parses out form fields after a
>submission.  The code looks like this:
>
><cfloop list="#FORM.fieldnames#" index="field">
>          <b>#field#:</b>&nbsp;#FORM[field]#<br><br>
></cfloop>
>
>Pretty simple.  But for some reason, evry time I name a form field with the
>word 'date' in the name , like 'todays_date', the field is skipped for some
>reason in the output.  Is this a bug, or does it happen intentionally for
>some reason.  I have experimented with this quite a bit, using various
>names (all kind, transfer_date, submitted_date, etc), and as soon as I
>change to something like 'todays_dat' the output is there.  Weird?
>
>Thanks,
>
>Ray
>
>=============================================
>Ray Champagne - Senior Application Developer
>CrystalVision Web Site Design and Internet Services
>603.433.9559
>www.crystalvision.org
>=============================================
>
>The information contained in this transmission (including any attached
>files) is CONFIDENTIAL and is intended only for the person(s) named
>above. If you received this transmission in error, please delete it
>from your system and notify us immediately. If you are not an intended
>recipient, please note that any use or dissemination of the information
>contained in this transmission (including any attached files) and the
>copying, printing, or retransmission of that information is strictly
>prohibited. You can notify us by return email or by phone at 603.433.9559.
>Thank you.
>
>
>
>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to