<< Back to
AcrobatUsers.com
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
Forum Index
>
Forms: LiveCycle Designer
>
Button to show and hide field
2008-08-08 12:41:51
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
2008-08-11 00:39:49
#1
DanielKunz
Registered:
Jan 22 2008
Posts:
55
to show a field:
fieldname.presence = "visible";
to hide a field:
fieldname.presence = "invisible";
fieldname.presence = "visible";
to hide a field:
fieldname.presence = "invisible";