Formit,在 preHook 中传递值

发布于 2024-12-09 09:53:58 字数 93 浏览 0 评论 0原文

是否可以将值从链接传递到表单?我有一个包含四个不同链接的页面,它们都应该重定向到一个表单。它们中的每一个都应该有不同的值,并基于此显示不同的(内容)下拉列表。有什么想法吗?

Is it possible to pass values from a link to a form? I have a page with four different links and they all supposed to redirect to a form. Each on of them should have a different value and based on that show a different(in content) dropdown.? any ideas?

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

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

发布评论

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

评论(1

乖乖兔^ω^ 2024-12-16 09:53:58

我还没有测试过它,但您应该能够在表单中放置一个片段调用,您希望在其中放置对表单而言是动态的值。然后在代码片段中只需使用 $_GET 变量从 url 中获取值。从那里您可以执行逻辑并返回表单的正确内容。

I haven't tested it but you should just be able to put a snippet call in the form where you want the value to be placed that is dynamic to the form. Then in the snippet just use the $_GET variable to grab the values from the url. From there you can do your logic and return the proper content for the form.

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