Hi,The Lock All Fields example was created in LiveCycle Designer and
cannot be directly transferred into an AcroForm (eg a form created in
Acrobat). You would need to add script to a button that sets each field
to read only. For example,this.getField("invoiceAmount").readOnly =
true;Hope that helps,Niall