Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

How to lock form fields after filling the form

New Here ,
Jan 06, 2017 Jan 06, 2017

Copy link to clipboard

Copied

how do I save changes to a fillable form after the form fields have been filled? I dont want it to be editable again. I am working with Adobe Acrobat Standard DC

TOPICS
PDF forms

Views

70.6K
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
1 ACCEPTED SOLUTION
Adobe Employee ,
Feb 03, 2017 Feb 03, 2017

Copy link to clipboard

Copied

Hi dinaw6371955,

You can sign a document and choose option lock the document after signing it. https://acrobatusers.com/tutorials/how-to-lock-form-fields-using-a-digital-signature

Let us know if that helps.

-Tariq Dar.

View solution in original post

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 16, 2024 Oct 16, 2024

Copy link to clipboard

Copied

I just posted a modified version of my file below so you can see what I did.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 16, 2024 Oct 16, 2024

Copy link to clipboard

Copied

I would also love to know what script you used and how exactly you implemented it?

This seems like the exact solution i'm needing right now!

Please and thank you!

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 16, 2024 Oct 16, 2024

Copy link to clipboard

Copied

I have attaced the form I created, with all security removed so you can see everything.  I have cleand up a few of the sections of the code since this revision, and I have gotten our custom save function working so that it will automatically save it to the proper directory, but this shows how to lock certain fields, and I have a custom function on the Signature field that automatically e-mails it to our department.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Nov 04, 2024 Nov 04, 2024

Copy link to clipboard

Copied

Hi @jessica_7392,

 

Hope you are doing well. Thanks for writing in!

 

Summarizing on how to apply the JavaScript. When you are in Prepare Form mode, add a signature field-> right-click to open properties-> go to the Signed tab-> select "This script executes when the field is signed, "-> click "Edit,"-> add the script shared above-> click Close.

[screenshot shared for reference]

 

Hope this helps.


-Souvik

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 16, 2024 Dec 16, 2024

Copy link to clipboard

Copied

This is the perfect reply. It works beautifully on the T&C form I just created. We had two fields we need to fill in for every client, but don't want them to be able to edit those areas. I added an extra step, and didn't have to apply any scripts or HTML, etc.

 

After we fill those fields we want to edit, we make them readable only and lock them. THEN we password protect the form so no changes can be made by anyone unless they have the password.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Dec 17, 2024 Dec 17, 2024

Copy link to clipboard

Copied

@Jools-at-GG, Great!

 

Thanks for letting us know that it worked for you.

 

-Souvik

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 07, 2025 Mar 07, 2025

Copy link to clipboard

Copied

Hi, I am currently having the same issue and I was trying to do it the way you wrote it down. I am not sure, however what script I should add to the 'Signed' Tab. Can you please help me out? 

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 07, 2025 Mar 07, 2025

Copy link to clipboard

Copied

What are you trying to achieve, exactly?

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 07, 2025 Mar 07, 2025

Copy link to clipboard

Copied

Hi, I’m trying to set up a PDF form where certain fields need to be filled out by our team before sending it to the client (the information changes based on the client). However, once completed, these fields should be locked so the client cannot edit them. At the same time, other fields should remain open for the client to fill in.

I’m not sure how to achieve this exactly, would you be able to help me set this up? Thanks in advance!

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 07, 2025 Mar 07, 2025

Copy link to clipboard

Copied

LATEST

In the Signed tab select "Mark as read-only", then "Just these fields" and click the "Pick" button. Select the fields you want to lock when that field is signed and press OK when done:

 

try67_0-1741343628675.png

 

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines