Skip to main content
Known Participant
March 29, 2018
Answered

Linkable Resources drop down list

  • March 29, 2018
  • 1 reply
  • 584 views

I am trying to make a simple Resources drop down list in a PDF.

I want to add links in this list that opens URLs

I figured out how to make a drop down list, but the options are static. I need to make each item linkable.

How do I do this?

Please help

Thank you

This topic has been closed for replies.
Correct answer try67

There's no such option in a PDF. You can set it up so that a URL is opened when a selection is made, though.

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
March 29, 2018

There's no such option in a PDF. You can set it up so that a URL is opened when a selection is made, though.

Known Participant
March 30, 2018

Thank you for your reply.

Can I set up the dropdown list to have linkable URLs?

How?

try67
Community Expert
Community Expert
March 30, 2018

If the URLs are the actual values of the drop-down you can use this script as its custom validation script:

app.launchURL(event.value);