Avatar

Level 10

As rghLiquidAxis mentioned, you did not save your file as Dynamic..The updated file is available for you to view.

I only changed the form to be dynamic. The form is set to run in "Adobe Acrobat and Reader 8.0 or later".

You do not need to change anything in the XML tab. Better avoid changing the XML Source directly.

https://acrobat.com/#d=XWTQIwajPCC*JIiN-ooCqg

You need do the following to make the script work.


     1) Goto File menu -> Form Properties and select Defaults tab. Change the Default Render Format as Dynamic XML form

     2) Select the Preview Tab. Set the Preview type as "Interactive Form" and Preview Adobe XML form as Dynamic XML form

     3) Finally while saving the PDF select Save As Type as "Adobe Dynamic XML Form".

If you use manager.presence = "invisible", the subform will not be visible for the user but occupy space on the form..

If you use manager.presence = "hidden", the subform will not be visible for the user and also does not occupy space on the form..

You can use anyone based on your need.

Thanks

Srini