This content has been marked as final.
Show 2 replies
-
1. Re: How do I redirect to a URL with JavaScript on submit in Adobe LiveCycle
Magus069 Jun 26, 2014 8:59 AM (in response to JosephDoggie)To be able to redirect a website with a submit button, you must have a custom submit button and insert the following line:
app.launchURL("www.url.com");
-
2. Re: How do I redirect to a URL with JavaScript on submit in Adobe LiveCycle
JosephDoggie Jun 26, 2014 9:16 AM (in response to Magus069)This works!

