Form user-defined rules
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Hello,
You can get Source url parameter with JavaScript in a form and if users come from the specific list view redirect them to another form.
You can get Source url parameter with JavaScript in a form and if users come from the specific list view redirect them to another form.
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Code: Select all
var source = GetUrlKeyValue("Source");
// source variable contains url of the previously opened page
if (condition) {
fd.openForm("Redirect URL");
}
-
- Information
-
Who is online
Users browsing this forum: No registered users and 23 guests