我已经设置了我的 php 脚本并将其发布在我网站的根目录中。我可以从一个 html 表单中调用它,它将我的表单数据发送给它以提交给 SalesForce。这很有效 - 它创建了一个新的潜在客户。
问题是,我需要从 PDF 文件发送此表单数据,当我尝试从 Acrobat(HTML 格式)提交数据时,我收到“无法连接到服务器”错误。从 Acrobat Reader 提交,我得到An error occurred during the submit process. Cannot process content of type text/html; charset=UTF-8.
使用 mailto: 从 PDF 中,我可以看到我只是发送一个纯 html 字符串:
city=Aspen&company=CORE&email=marty%40aspencore.org&first_name=Trina&last_name=Ortega&oid=00DA0000000XXXX&retURL=www.energysmartcolorado.com&state=CO&Submit=
我不是程序员,所以请对我进行任何回复。谢谢!