Skip to main content
paull44201636
Participant
January 27, 2016
Question

Symbols

  • January 27, 2016
  • 1 reply
  • 293 views

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

This topic has been closed for replies.

1 reply

Inspiring
January 27, 2016

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.