Skip to main content
Participant
November 16, 2022
Question

Can you auto lock only used fields on PDF forms?

  • November 16, 2022
  • 2 replies
  • 1511 views

We are looking to convert a physical living document into a fillable form but to do that we need to be able to lock any fields that are completed while leaving untouched fields. For example the whole form PDF would be fillable. is user A completes all the fields in section 1 and saves it, when User B goes in to complete section2 they can not change the fields in section 1, but can still enter in values to section 2. Is something like this possible? 

This topic has been closed for replies.

2 replies

try67
Community Expert
Community Expert
November 16, 2022

Yes, it's possible, either using a digital signature field or a button with a script.

Thom Parker
Community Expert
Community Expert
November 16, 2022

Yes, something like that is possible. There are a few different possible solutions.

One easy solution is to use the Adobe Sign service. I think they are calling it "e-signing" now. The basic version comes free with an Acrobat Professional subscription.   

 

Otherwise, there are some slightly awkard ways to use JavaScript to create this kind of workflow. 

 

 

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often
Participant
November 17, 2022

If having them sign the form is the only way for this to work, is there a way to create multiple stages of signing in the same form? can I tie specific fields to a signature so that different sections of the same document can be independently locked by signing? 

try67
Community Expert
Community Expert
November 17, 2022

>If having them sign the form is the only way for this to work, is there a way to create multiple stages of signing in the same form?

- If you use digital signature fields, then yes, by simply adding multiple fields.

 

> can I tie specific fields to a signature so that different sections of the same document can be independently locked by signing? 

- Yes, you can set each field to lock specific fields only when signed.