Why not just pass the values around in hidden fields and then test for them as
follows:
Put this on the next/prev form pages
<cfloop collection="#form#" item="fieldName">
<input type="hidden" name="#fieldName#" value="#form[fieldName]#" />
</cfloop>
Put this on the form page
<input type="checkbox" name="someField" value="someValue"<cfif
IsDefined('FORM.someField') > checked="checked"</cfif> />
Change the next/prev links to named submit buttons. If you need to maintain the
apprearance of links, then just format them with css to look however you want
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235226
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54