
August 27th, 2003, 10:32 AM
|
|
Moderator
|
|
Join Date: Jun 2002
Location: Raleigh, NC
|
|
|
One option is to dynamically name each hidden form field. Right now all of your form fileds would be named "name" which will screw things up.
Another option is to translate the array into XML using the CFWDDX tag, and then pass the WDDX-formatted string in the hidden form field. Then on the next page you can use CFWDDX again to translate the XML back into an array.
|