You probably want <cfoutput> #form["StartDate#i#"]#<br/> </cfoutput>
On Tue, Aug 9, 2011 at 2:36 PM, Mo Lay <[email protected]> wrote: > > Hi Peers, > iam trying to loop over some form element and try to diplay them but i am > unable to have the concatenation working . Here is my example : > > <cfloop from="1" to="5" index="i"> > <cfoutput> > #FORM.StartDate & '#i#'# > </cfoutput> > > </cfloop> > > > I need to get the values of te following form fields: > > StartDate1 > StartDate2 > StartDate3 > . > StartDate5 > > My concatenation is not working.. i have also tried others but noway.. > > any help how can i concatenate while calling a form field > > Thanks > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5417 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm
