Copy link to clipboard
Copied
This is my first post so any help would be greatly appreciated. My question involves 2 parts:
1. I have a PDF form (which was created in Adobe Acrobat Pro DC from a MS Word 2010 document) which has 2 radio buttons, each of which will hide a section of the form. I have managed to hide the form fields using "Actions"-"Run javascript" and code for each field which looks like this:
this.getField("Field Name").display = display.hidden;
However I do not know how to select and hide the text in that section (which is not a text form field) as well as any of the other objects like a table outline. Any help in this regard would really help.
2. Now assuming I can hide the section (from part 1) is it possible to get the next section to move up so that there is no white space between the sections?
Thanks in advance for the help
Copy link to clipboard
Copied
Not possible with Acrobat forms.
Copy link to clipboard
Copied
This is usually done using LiveCycle not Acrobat.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now