HTML5 Form URL Code to Launch URL in New Tab
Hi All,
I am working on a HTML5 form and i have a use case when we have an external link and the requirement is that when the button is clicked the link should open an external URL.
I am using app.launchURL("link") command for the form. The same code is working for PDF forms as the links are opening in new page.
Can someone please provide me an alternative solution to open a external link in HTML5 form or let me know if we can use windows.open("link","_blank");
Thanks
Pranay