Formit,在 preHook 中传递值
是否可以将值从链接传递到表单?我有一个包含四个不同链接的页面,它们都应该重定向到一个表单。它们中的每一个都应该有不同的值,并基于此显示不同的(内容)下拉列表。有什么想法吗?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我还没有测试过它,但您应该能够在表单中放置一个片段调用,您希望在其中放置对表单而言是动态的值。然后在代码片段中只需使用 $_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.