Skip to main content
Participant
September 27, 2016
Question

Acrobat dropdowns menus on layers

  • September 27, 2016
  • 2 replies
  • 354 views

Is it possible to put dropdown boxes on a layer by themselves? I've tried to import a layer with Dropdowns on it but it disables the effects when I do.

This topic has been closed for replies.

2 replies

Inspiring
September 28, 2016

Although it's technically possible to include a form field in a layer (OCG, technically), there is no user interface in Acrobat for this (apart from Preflight) and even of you do the behavior might not be what you expect. If you want to show/hide things, use form fields.

lapman12Author
Participant
September 28, 2016

How would I do this in a Form Field?

Inspiring
September 28, 2016

Instead of using layers, you can use read-only buttons to show/hide content. You can set a button's icon to the same content as you'd use for a layer. If you use hierarchical field naming (e.g., group1.background, group1.dropdown1, group1.text2), it's easy to control a group of fields with JavaScript. For example:

// Turn off all the group1 fields

getField("group1").display = display.hidden;

Lilybiri
Legend
September 27, 2016

Are you talking about Acrobat or about Captivate?

lapman12Author
Participant
September 28, 2016

Acrobat

Lilybiri
Legend
September 28, 2016

OK, will move your question to the Acrobat forum.