<CFSET fieldNames = "roger,jim,bob">
<cfloop list="#FieldNames#" index="Field">
<CFPARAM NAME="session.step1[Field]" DEFAULT="">
</cfloop>
When I use the above code I get an error, I can get the above to work with CFSET but not CFPARAM. What am I doing wrong ?
Many Thanks,
Mark.
<cfloop list="#FieldNames#" index="Field">
<CFPARAM NAME="session.step1[Field]" DEFAULT="">
</cfloop>
When I use the above code I get an error, I can get the above to work with CFSET but not CFPARAM. What am I doing wrong ?
Many Thanks,
Mark.