Don't forget that you don't need to use evaluate. I'd change

value="#Evaluate(ThisField)#" 

to

value="#Form[thisField]#"

========================================================================
===
Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
(www.mindseye.com)
Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)

Email    : [EMAIL PROTECTED]
Blog     : www.camdenfamily.com/morpheus/blog
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda 

> -----Original Message-----
> From: Robert Orlini [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, July 24, 2003 1:16 PM
> To: CF-Talk
> Subject: RE: saved form fields
> 
> 
> That's it. Thanks Mike.
> 
> RO
> 
> -----Original Message-----
> From: Michael Wilson [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 24, 2003 3:15 PM
> To: CF-Talk
> Subject: RE: saved form fields
> 
> 
> Hi,
> 
> What about something like this:
> 
> <cfloop list="#FORM.FieldNames#" index="ThisField">
>  <cfoutput>
>   <input type="hidden" name="#ThisField#" 
> value="#Evaluate(ThisField)#">  </cfoutput> </cfloop>
> 
> Best regards,  
> Michael Wilson
> 
> -----Original Message-----
> From: Robert Orlini [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, July 24, 2003 9:52 AM
> To: CF-Talk
> Subject: saved form fields
> 
> 
> How do I save a form field over multiple pages? 
> 
> After submitting the form from one page a review order page 
> displays the fields and then the customer submits the order. 
> 
> 
> 
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to