<cfloop from="1" to="#form.numtitles#" index="x">
<cfoutput>#form["title#x#"]#</cfoutput></br>
</cfloop>
this should work, provided your form vars are named title1, title2, etc...
add <cfdump var="#form#" /> to check what CF is getting as a form.
Doug
-----Original Message-----
From: Asim Manzur [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 03, 2004 4:17 PM
To: CF-Talk
Subject: Re: Dynamic form output
hey Doug,
that code just display the name of the field, I need to display the vlaue.
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

