Why though do I get this error?
An error occurred while evaluating the _expression_:
<P><PRE>#trim(form["qty" & count])#
The member "QTY2" in dimension 1 of object "form" cannot be found. Please, modify the member name.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 19, 2004 10:56 AM
To: CF-Talk
Subject: RE: passing a form field
#trim(form["qty#count#"])#
-----Original Message-----
From: Robert Orlini [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 19, 2004 10:37 AM
To: CF-Talk
Subject: passing a form field
How do I pass a form field which is dynamic. I have qty#count# as the qunatity field. How do I pass this in a hidden field to another form when the user clicks submit. I have it in a hidden field but of course this does not work: <input type="hidden" value="#trim(form.qty#count#)#" name="qty#count#">
Tried: #Evaluate(count)#
How would that fit in?
Thx.
Robert O.
_____
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

