Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

hyperlink is inactive when viewing in adobe 8 standard

Avatar

Former Community Member

Hello,

I created a form (adobe livecycle ES 9)  which has a hyperlink that goes to a URL.  When users view the form with adobe 8 standard, the link is not active.  Could someone show me how to fix it?

Thank you very much for your help.

1 Accepted Solution

Avatar

Correct answer by
Level 10

The support for hyperlinks came in with Reader 9.0 (or XFA 2.8), if you look in the warnings tab of the report palette do you see a message about target version does not supprt hyperlinks?

For forms supported in Reader pre v9 we use a button with no background/borders and overlap it on the text field (so the containing subform has to be positioned) and try as best we can to line up the text).  in the click event of the button use a app.launchURL call.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

The support for hyperlinks came in with Reader 9.0 (or XFA 2.8), if you look in the warnings tab of the report palette do you see a message about target version does not supprt hyperlinks?

For forms supported in Reader pre v9 we use a button with no background/borders and overlap it on the text field (so the containing subform has to be positioned) and try as best we can to line up the text).  in the click event of the button use a app.launchURL call.