Skip to content
Skip to breadcrumbs
Skip to header menu
Skip to action menu
Skip to quick search
Dashboard
false
single_column
false
true
false
true
true
340
joget
false
false
false
3
Help
Online Help
Keyboard Shortcuts
Feed Builder
What’s new
Available Gadgets
Play SQL
About Confluence
Log in
Quick Search
Joget 知识库
Content
Pages
Blog
Space Tools
Overview
Content Tools
Expand all
Collapse all
25690841
joget
3
View Page
A
t
tachments (2)
Page History
Page Information
View in Hierarchy
View Source
Export to PDF
Export to Word
Pages
…
Joget 知识库
学习Joget
Joget客户化(低代码)
样例代码
JS/jQuery样例
Userview Menu - 由表单值决定重定向页面
Page History
Versions Compared
Old Version
4
changes.mady.by.user
Sean
Saved on
Nov 14, 2019
compared with
New Version
Current
changes.mady.by.user
Sean
Saved on
Nov 14, 2019
Previous Change: Difference between versions 3 and 4
View Page History
Key
This line was added.
This line was removed.
Formatting was changed.
需求背景
当表单提交后由表单上的值决定重定向的页面
基本思路
菜单设置重定向到一个html页面,将表单值作为参数传入该页面
Html页面根据传入的值重定向到目标页面
如果由多个值决定,可以考虑将提交的表单记录id传入目标页面,再根据不同的form hash变量在重定向页面处理逻辑
...