Donna
As a test try using a normal form as opposed to a coldfusion form to see if
this is what's causing the prob.
------------------------------------------------------------------
Andrew Ewings
Project Manager
Thoughtbubble Ltd
http://www.thoughtbubble.net
------------------------------------------------------------------
United Kingdom
http://www.thoughtbubble.co.uk/
Tel: +44 (0) 20 7387 8890
------------------------------------------------------------------
New Zealand
http://www.thoughtbubble.co.nz/
Tel: +64 (0) 9 488 9131
------------------------------------------------------------------
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0)207 387 8890.
-----Original Message-----
From: Dondana Alberto [mailto:[EMAIL PROTECTED]]
Sent: 26 April 2001 14:16
To: CF-Talk
Subject: Re: Random form variables problem
I'm passing text fields, checkbox and radio button, but the problem appears
only with text fields.
There is no pattern with the browser version or model (most of users works
with IE 4/5).
This is an example code:
<cfform action="actionurl.cfm?variable=#nameofavariable#" method="POST"
enablecab="No">
<cfinput type="Text" name="nameofthevariable" value="#query.variable#"
required="No" size="20" maxlength="16">
<cfinput type="Text" name="nameofthevariable1" value="#query.variable1#"
required="No" size="20">
<cfinput type="Text" name="nameofthevariable2" value="#query.variable2#"
required="No" size="20">
<cfinput type="Radio" name="tipo" value="1">
.......
</cfform>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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