Expand my Community achievements bar.

SOLVED

possible to purchase LiveCycle Designer ES2?

Avatar

Former Community Member

My company needs to edit our existing LiveCycle forms, but they are in the old ES2 format and the forms open in ES4, but some of the the workflow scripts are not viewable in ES4. Based on what I've read, the old XFA forms have to be converted to make the changes I need to make and that is not possible for us. Is it possible to get ES2 somehow? I've searched and yesterday, I swore there was a link to contact Adobe for previous versions of LiveCycle, but I can't find it now. Thanks in advance!

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

Thanks for the reply. I was able to download Acrobat X Pro, but ES2 did not appear to be included. BUT, you did lead me to the answer... ES2 is included in Acrobat X Suite

Thank you so much - you saved me a ton of headaches!

View solution in original post

2 Replies

Avatar

Level 7

If I'm not mistaken, ES2 was part of the Acrobat X Pro install. Is that available to you?

Avatar

Correct answer by
Former Community Member

Thanks for the reply. I was able to download Acrobat X Pro, but ES2 did not appear to be included. BUT, you did lead me to the answer... ES2 is included in Acrobat X Suite

Thank you so much - you saved me a ton of headaches!

The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----