Is there a way I can allow users to save a form they are working on to their drive until they are able to finish the form. I have some bulky forms that require alot of information and some of my clients (using Acrobat Reader) need to be able to save the form in the middle and come back later. I though Adobe would have such a feature. I f anyone knows of anything let me know.
For Reader to save a form with data in it, you will have to Reader Extend the document. This can be done in Acrobat (but you are limited to 500 users of the form) or you can use LiveCycle Server (there are no limits on this one).
For Reader to save a form with data in it, you will have to Reader Extend the document. This can be done in Acrobat (but you are limited to 500 users of the form) or you can use LiveCycle Server (there are no limits on this one).
Open the form in Acrobat and under the Advanced menu choose the "Extend Features in Adobe Reader" option. Follow the wizard then save your form out as a different name. Now distribute the new form.
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#if>. (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]
----