Question
Pass form data to redirect page?
This site
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15239
explains how to do this for VBScript (ASP), but with 8.02 DW no longer generates the same code for Record Insert pages. The instructions instruct the user to look for this line of code
If (CStr(Request("MM_insert")) <> "") Then
and then insert the desired session variable info below. However, this line no longer exists, so where do I insert the session variable into to get this work. As of now, this is broken.
Any ideas?
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15239
explains how to do this for VBScript (ASP), but with 8.02 DW no longer generates the same code for Record Insert pages. The instructions instruct the user to look for this line of code
If (CStr(Request("MM_insert")) <> "") Then
and then insert the desired session variable info below. However, this line no longer exists, so where do I insert the session variable into to get this work. As of now, this is broken.
Any ideas?