Form user-defined rules
Posted by MES5464 - Nov 5 ’13 at 11:56
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.
-
Dmitry KozlovAdminMember for: 9 years 8 months 7 days
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.
-
MES5464MemberMember for: 9 years 9 months 2 days
Can you post an example of what that looks like?
-
MES5464MemberMember for: 9 years 9 months 2 days
Can I please get an example of how to redirect a user to a different form based on the list they came from?
-
Dmitry KozlovAdminMember for: 9 years 8 months 7 days
[#3]:
var source = GetUrlKeyValue("Source"); // source variable contains url of the previously opened page if (condition) { fd.openForm("Redirect URL"); }
Displaying 1 to 4 of 4 messages