These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

hide show textfield with javascript?

smilem
Registered: Apr 1 2008
Posts: 101

I have textfield I would like to hide or show using button onclick event.

My Product Information:
LiveCycle Designer, Windows
smilem
Registered: Apr 1 2008
Posts: 101
This seems to do the trick

TextField1_1.presence = "visible";
TextField1_1.presence = "hidden";