Im using the following code to output an array on the same page the array is populated.
I am having trouble (ie its not working) on subsequent pages
I am having trouble (ie its not working) on subsequent pages
Code:
<cfoutput query="qInfo">
<cfif (form["selection_" & groupID] eq productID)>
<cfset session.arrCustomized[1] = #productCode#>
#session.arrCustomized[1]#
</cfif>
</cfoutput>