Hi
I have two checkboxes with scripts on the same page. The problem is that only one checkbox script will work - depending on which checkbox I click first. They should work completely independently of each other.
One checkbox has script:
if ($.rawValue == 1) then
subform2.presence = "visible"
else
subform2.presence = "hidden"
endif
Other checkbox has script:
if ($.rawValue == 1) then
subform3.presence = "visible"
else
subform3.presence = "hidden"
endif
Thanks!
LiveCycle Designer 8.0
"Genius is one percent inspiration, ninety-nine percent perspiration." ~~ Thomas Edison
"If at first you don't succeed, get a bigger hammer." ~~ Alan Lewis
"If the conventional doesn't work, try the unconventional" ~~ DaveyB