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

Button to show and hide field

patra
Registered: Oct 19 2006
Posts: 270

What script I need to add in a button to show and hide a field?

THANKS

My Product Information:
LiveCycle Designer, Windows
DanielKunz
Registered: Jan 22 2008
Posts: 55
to show a field:
fieldname.presence = "visible";

to hide a field:
fieldname.presence = "invisible";