Expand my Community achievements bar.

LiveCycle Form doesn't work with Adobe Reader DC

Avatar

Level 2

Hi, after Reader DC installing, my LiveCycle form doesn't work anymore. I can't see some parts of the form appearing only if I click a specific radio-button :

if  fieldname.rawValue = "0"  { 

          pagename.presence = "hidden";

} else {

          pagename.presence = "visible";

}

Can you help me?

0 Replies