Skip to main content
Participating Frequently
May 10, 2021
Question

Delete Text Box with Click of Button

  • May 10, 2021
  • 1 reply
  • 1139 views

Trying to delete a text box or make text appear with the click of a button.  Needs to work in Reader!  Thanks for all the help!

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
May 10, 2021

You can use this code as the button's Mouse Up script:

 

this.getField("FieldNameGoesHere").display = display.visible;

try67
Community Expert
Community Expert
May 10, 2021

(change visible to hidden to hide it)