Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

Community Beginner ,
Nov 09, 2018 Nov 09, 2018

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 :

Screenshot_2.png

TOPICS
Acrobat SDK and JavaScript , Windows
1.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Nov 09, 2018 Nov 09, 2018

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

Translate
LEGEND ,
Nov 09, 2018 Nov 09, 2018

Have you defined it as a form that needs signing?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Nov 09, 2018 Nov 09, 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;

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 09, 2018 Nov 09, 2018

What do you see at your button?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 09, 2018 Nov 09, 2018

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

Screenshot_4.png

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

Screenshot_3.png

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 09, 2018 Nov 09, 2018

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 09, 2018 Nov 09, 2018
LATEST

thank you all for your time , and help !

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines