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

Symbols

New Here ,
Jan 27, 2016 Jan 27, 2016

Hi, I have a PDF form with text fields. I also want functionality when I click (eg. if I have a tick or a cross and the user has to choose. Say if they select the tick then the cross would disappear). How would I made elements disappear from the PDF?

Below is the link to what I want to update.

Dropbox - STG 00789 Economic Dashboard v2.pdf


Below is the link of the original PDF.

Dropbox - Economic Snapshot Dashboard Master.pdf


Thanks

TOPICS
Acrobat SDK and JavaScript
262
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
LEGEND ,
Jan 27, 2016 Jan 27, 2016
LATEST

The way the original does it is with Show/Hide field actions. You can do the same, or you can use JavaScript. The problem with the Show/Hide field actions in that sample is there is not a means to reverse or reset if the user accidentally clicks one of the buttons or wants to make a change. With JavaScript you can be a bit more flexible.

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