Expand my Community achievements bar.

LiveCycle Form doesn't work with Adobe Reader DC last version (2015.008)

Avatar

Level 2

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

1 Reply

Avatar

Level 10

Make sure your syntax is right!!

an if statement has conditions to be well-formed on the syntax side...

You can always look if your syntax is good using the syntax validator in LiveCycle Designer..

Or you can use this syntax validator which will be more specific on where is the error

Esprima: Syntax Validator

Hope this help!