Skip to main content
Inspiring
November 23, 2023
Question

Question on fillable form for download

  • November 23, 2023
  • 1 reply
  • 996 views

I have created a fillable form from a PDF that will be downloadable from a website. Is there a way for the person downloading the file to fill out the form and send the form back by email, but the originator of form not be able to change the information on the recieved form? I did a test send of the form filled out, but when I got the form back in email and opened it I could still click into the form fields. The Adobe help document on Creating and Distributing PDF forms was a little vague. Any help would be greatly appreciated.

Thanks

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
November 23, 2023

The most secure way of doing that is to add a Digital Signature field to the form and set it as required (so the user has to sign it before submitting the form back), AND also set it to lock all the fields in the file when signed.

Both can be done via the field's Properties. The former is under the General tab and the latter under the Signed tab.

jodmcc49Author
Inspiring
November 23, 2023

Thanks for the reply try67,

Can it be done without adding the digital signature?

Thanks

try67
Community Expert
Community Expert
November 23, 2023

Yes, but it's not as secure. For example, you can use a script to set all the fields as read-only.