Skip to main content
Participant
December 22, 2024
Question

Push button sends email as read onlly

  • December 22, 2024
  • 1 reply
  • 232 views

Hello,
I have created form. Person is filling a form and clicks on push button to send an email. I need to receive that filled form in read-only (without edits available). 

 

How can I do this? 

 

Thank you in advance!

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
December 22, 2024

If you really want the file to be non-editable the user needs to sign it before submitting it to you. Add a digital signature field to your form, set it as Required, and under the Signed tab of its Properties set it to lock all fields when signed.

Participant
December 22, 2024

Actually it would be without a digital signature, here in local Country it's slightly hard for people still to use and understand that way of signature

try67
Community Expert
Community Expert
December 22, 2024

If they have Acrobat you can add a script to flatten the file. Otherwise you can use a script to set the fields as read-only, but that's far from secure. It's trivial to change them back to editable, or just to change their values directly.