2 Replies Latest reply: Jun 26, 2014 9:16 AM by JosephDoggie RSS

    How do I redirect to a URL with JavaScript on submit in Adobe LiveCycle

    JosephDoggie Community Member

      How do I redirect to a specific URL with JavaScript upon submit in Adobe LiveCycle?

       

      I already have the code in place where the submit event is handled, and just need the specific code to do the redirect.

       

      Standard asp.net-style redirects such as

       

      windows.location.replace(http://myURL.com);

       

      do not work.

       

      Any help would be appreciated.