HTTPS 和 FormAssembly

发布于 2024-08-25 09:01:01 字数 275 浏览 4 评论 0原文

我们使用 FormAssembly 页面来收集反馈 - 它托管在我们网站母版页一侧的 IFrame 内。

问题是,我们网站的某些部分是 HTTPS - 在 HTTPS 中查看和发布表单是可以的,但问题来自“谢谢”页面 - 我们正在使用可配置的自定义感谢页面(在 FormAssembly 内部配置) 。

有没有办法我们可以发送所需的响应页面(也许通过发布表单中的隐藏字段?) - 这样我们可以发送 HTTPS 版本表单的 HTTPS 链接和 HTTP 表单的正常 HTTP 链接?

谢谢!

We are using a FormAssembly page to collect feedback - it's hosted within an IFrame on the side of our site's master page.

The thing is, that some parts of our site are HTTPS - viewing and posting the form is ok in HTTPS, but the problem comes with the "thank you" page - we are using the configurable custom thank you page (configured within FormAssembly iteself).

Is there are way we can send the desired response page up (perhaps via a hidden field within the posted form?) - this way we can send the HTTPS link for the HTTPS version of the form and the normal HTTP link for the HTTP form?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

掀纱窥君容 2024-09-01 09:01:01

我在 FormAssembly 论坛上问了这个问题,似乎它是通过“别名”支持的,这是一个“专业”功能......似乎我必须升级:s

I asked this question on the FormAssembly forums and it seems that it is supported via "Aliases", which is a "Pro" feature... seems I have to upgrade :s

血之狂魔 2024-09-01 09:01:01

我刚刚遇到并解决了这个问题。我正在将 formAssembly 代码嵌入到我的 https 网站上,但在填充隐藏字段时遇到问题。我能够通过将 formAssembly 的所有 http 引用更改为 https 来填充隐藏字段。然而,这打破了我的感谢页面。为了修复感谢页面并保持隐藏字段填充,我仅将 www.tfaforms.com/responses/processor 更改回 http: ,一切正常。

I just ran into and solved this exact problem. I am embedding formAssembly code onto my https site and was having problems populating hidden fields. I was able to get the hidden fields to populate by changing all of formAssembly's http references to https. However, that broke my thank you page. To fix the thank you page and keep my hidden fields populating, i changed only www.tfaforms.com/responses/processor back to http: and everything worked.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文