Hi, my Live Cyle Form doesn't work after the Adobe Reader DC last installation (2015.008).
I installed the old version 2015.007 and the form works again.
Specifically I can't see some pages of the form appearing conditionally to a field value.
pagename.presence = "hidden";
if fieldname.rawValue = "1"
{
pagename.presence = "visible";
} else {
pagename.presence = "hidden";
}
.. and I can't use the email submit button .
Any solutions?
Thank you in advance