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?