Form user-defined rules

rss

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 Kozlov
    Dmitry Kozlov
    Admin
    Member for: 9 years 8 months 7 days
    #1 by Dmitry Kozlov Nov 5 ’13 at 02:13

    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
    Member
    Member for: 9 years 9 months 2 days
    #2 by MES5464 Nov 5 ’13 at 02:59

    Can you post an example of what that looks like?

  • MES5464
    Member
    Member for: 9 years 9 months 2 days
    #3 by MES5464 Nov 7 ’13 at 11:05

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

  • Dmitry Kozlov
    Dmitry Kozlov
    Admin
    Member for: 9 years 8 months 7 days
    #4 by Dmitry Kozlov Nov 17 ’13 at 02:44

    [#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