Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.

Need create a link to website

Avatar

Former Community Member
I have Designer 7.0 that came packaged with Acrobat 7.0 and I can not find a way to add a URL that links to a website. I don't want users to download data to the website, but just view it.
4 Replies

Avatar

Former Community Member
You can try xfa.host.gotoURL("http://www.yoursite.com",0);

Avatar

Former Community Member
-You can put this code on the "click" event of a button.



-You can also put this code on a text field with default value - this simulates Hyperlink capability as there is no support for hyperlinks.



-One thing you've notice that this code only work when the PDF document is displayed in a browser.



Click
here to see an example.

Avatar

Former Community Member
is there any way i can create a hyperlink to a field locally i.e in the same page/form/subform?



Creating an external hyperlink is well-explained and teached but there is nothing even in the HELP SECTION if one wants the form-filler to click on a TEXT and it would link him/her to an ImageField/Text or anything!



Please guide me, I am totally new with LiveCycle and need to complete these kind of tasks everyday.