Form user-defined rules

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
MES5464
Posts: 94
Joined: Mon Aug 26, 2013

05 Nov 2013

Is there a way to use a form's user-defined rules to open a special use form?

I need to have a special list view that will only send a user to this special form.

User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

05 Nov 2013

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.

MES5464
Posts: 94
Joined: Mon Aug 26, 2013

05 Nov 2013

Can you post an example of what that looks like?

MES5464
Posts: 94
Joined: Mon Aug 26, 2013

07 Nov 2013

Can I please get an example of how to redirect a user to a different form based on the list they came from?

User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

17 Nov 2013

Code: Select all

var source = GetUrlKeyValue("Source");
// source variable contains url of the previously opened page
if (condition) {
   fd.openForm("Redirect URL");
}

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 12 guests