getting values from form field

2001-12-10 Thread Baskin, Dave
Hi, i'm working on an app now that using dynamically named text boxes. i need to know the name of the text box (which happens to be an ID value) and the value of that text box so i can loop through a query and set the ID to a new value. I can loop through the form fields list to get the ID, but

Re: getting values from form field

2001-12-10 Thread Massimo Foti
cfloop collection=#form# item=i cfoutputThe value for : form.#i# is: #form[i]#br/cfoutput /cfloop -- Massimo Foti [EMAIL PROTECTED] Team Macromedia Member Baskin, Dave [EMAIL PROTECTED] wrote in message Hi, i'm working on an app