Expand my Community achievements bar.

SOLVED

backward compatible fillable forms

Avatar

Former Community Member

Hi,

Testing the trial version of Acrobat 9 and when I use the Form Wizard to create a fillable form it appears it can only be opened using Acrobat Reader 9 as its an XML form. How can I make a form using the Form Wizard to create a form compatible with older versions. PDFoptimiser states I cant as its an xml form. I just want a simple form that people can download, fillout and email back to me. I don't want them having to upgrade their acrobat reader as many are on business networks with restricted access. If you have any links to sample fillable form templates that are comaptible with acrobat reader 6/7 and above it would be great.

Thanks

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

Yes ...under File/Form Properties/Defaults you can choose the traget version that you are designinng to. By default it is version 9.0 or later.

paul

View solution in original post

3 Replies

Avatar

Former Community Member

In essence, can I use the form wizard templates in Adobe pro 9 & LiveCycle Designer ES

to create forms for acrobat reader 6/7/8?

Avatar

Correct answer by
Former Community Member

Yes ...under File/Form Properties/Defaults you can choose the traget version that you are designinng to. By default it is version 9.0 or later.

paul

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] ----