I've seen this on several occasions, and on each one, it was programmer
error.  Check and double check to ensure that you are not doubling up the
name of a form field somewhere on your form. Is the name of the form field
written in a loop, effectively creating several inputs of the same name? If
so the result is a comma delimited list.

You say that this only happens occasionally.  It could be that the code
which blows up only runs when certain form fields are present, or checked,
etc.

HTH, let me know what you find out.

Brian
----- Original Message -----
From: "Craig Bowes" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, June 11, 2001 8:43 AM
Subject: Doubled Form fields


> Hey all.
>
> Has anyone had the problem of form fields doubling?  Occasionally, when I
> submit this one form, it doubles all the form fields.  For example, if I
> have a hidden form field called userid and its value is 3, the form passes
> it to the next page as  3,3.  The form is has its enctype="
> multipart-form/data" so it can do file uploads, but I don't know if that
has
> anything to do with it.
>
> Anyone run into this before?
>
> Please email me at [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>  instead of
> hitting reply because I don't check this account that much.
>
> -Craig
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to