RE: loop through form fields

2002-11-13 Thread S . Isaac Dealey
: Wednesday, November 13, 2002 1:45 PM To: CF-Talk Subject: Re: loop through form fields I have form with a lot of options and most are optional. What's the best way to loop through all form fields and set a default value of ''? Thanks, Dave cfloop index=x list=#myfieldlist# cfparam

RE: loop through form fields

2002-11-13 Thread Brook Davies
, November 13, 2002 1:45 PM To: CF-Talk Subject: Re: loop through form fields I have form with a lot of options and most are optional. What's the best way to loop through all form fields and set a default value of ''? Thanks, Dave cfloop index=x list=#myfieldlist# cfparam

RE: loop through form fields

2002-11-13 Thread S . Isaac Dealey
? CFLOOP collection=#FORM# index=myForm CFPARAM name=FORM.#myForm# default= type=string /CFLOOP -Original Message- From: S. Isaac Dealey [mailto:info;turnkey.to] Sent: Wednesday, November 13, 2002 1:45 PM To: CF-Talk Subject: Re: loop through form fields I have