Avatar

Correct answer by
Level 4

I prefer JavaScirpt because it is useful in many other places. That and LiveCycle is dead.

Were there any  error messages when you ran this code?

You should concentrate only on the Visible case, cause anything else is invisible.

if (adminPass == "123") then

  occ1.pesence = "visible"

else

  occ1.pesence = "invisible"

endif

View solution in original post