Skip to main content
talime
Participating Frequently
November 9, 2018
解決済み

I can't find the "show/hide a field" option in acrobat pro dc

  • November 9, 2018
  • 返信数 4.
  • 1469 ビュー

I need to create a BUTTON in a form, that toggle between showing and hiding a set of extra form fields.

but in the BUTTON properties  window, I don't find this option:((

I saw this image in an article :

このトピックへの返信は締め切られました。
解決に役立った回答 try67

It's under "Select Action" in the first image...

返信数 4

talime
talime作成者
Participating Frequently
November 9, 2018

thank you , what I see in my form is this : I open the button properties and press on ADD:

AND then there is a list to choose from , but this "show/hide field" option is not there.

try67
Community Expert
try67Community Expert解決!
Community Expert
November 9, 2018

It's under "Select Action" in the first image...

talime
talime作成者
Participating Frequently
November 9, 2018

thank you all for your time , and help !

Bernd Alheit
Community Expert
Community Expert
November 9, 2018

What do you see at your button?

subieguy2
Inspiring
November 9, 2018

Can you use JavaScript on your button to accomplish this?

this.getField("Field Name").display = display.visible;

this.getField("Field Name").display = display.hidden;

Legend
November 9, 2018

Have you defined it as a form that needs signing?