有没有人知道是否可以使用ExactTarget的脚本语言AMPScript从表单中获取POST变量?我正在研究如何通过查询字符串获取参数,但是在构建登录页面时,通过查询字符串传递用户名/密码并不是一个真正的选择。
这样的事情有可能发生吗?
发布于 2014-03-26 07:25:26
尝试使用: RequestParameter("Your_Post_Variable")
http://help.exacttarget.com/en/documentation/exacttarget/content/ampscript/ampscript_syntax_guide/microsite_and_landing_page_ampscript_functions/#RequestParameter
https://stackoverflow.com/questions/22200470
复制相似问题