- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
I changed the script a little..You should be good to go.
if( this.rawValue == 0 )
{
manager.presence = "invisible"
}
else
{
manager.presence = "visible";
}
**you also need to save the form as a Adobe Dynamic xml form as well for it to work (I have fixed your issue with your file should be attached. I also apologize for giving you the wrong syntax.)