Sorry - I posted this in the wrong place; I've now posted it under the top level and not this message thread.
With Designer, I create a dynamic pdf form. I want the user to be able to open the form, complete it and then save it such that when it is opened again, some of the fields won't be present. Having a Save button do the following:
DropDownList1.presence = "hidden";
app.execMenuItem("SaveAs");
works fine on screen, but on saving and re-opening, the drop-down list is visible. The pdf will only be opened in Acrobat (not Reader). I assumed it wasn't necessary to Reader extension enable it. Is that correct? Is it possible to save a form with the fields saved in their hidden states? If so, how?