Hello.
I am creating an interactive form in Adobe Designer 7.0. I need to hyperlink a small amount of text to a website. I cannot find out anywhere how to do this. I have attempted to write FormCalc code and Javascript code in order to link this text. Neither one works. If anyone could walk me through the steps on this, that would be great!!
Thanks!
-Becca
Create a Button, and add this JavaScript on the Click event, to open a new browser window:
app.launchURL("address", true);
e.g. app.launchURL("http://www.adobe.com/", true);