Reputation: 389
Given this workflow:
The end result we desire is that after the sender fills in any fields, all non-signature related fields that are left become read-only so that any signers cannot make changes. On desktop or with a connected keyboard, keyboard shortcuts, etc. make this trivial for the user to accomplish on short documents. However, on longer documents or in cases where a connected keyboard is not available, this is not trivial and is actually a bad user experience.
Is there any setting that I've overlooked that would do this automatically? Any particular way of forming the envelope that would accomplish it automatically? When we create the envelope we do assign the signature fields to the appropriate signer using composite/inline templates and tabs collections. That part is working fine currently. We are now trying to add the ability for the sender to preview the document, fill in missing data and send while disallowing signers from editing.
Upvotes: 1
Views: 600
Reputation: 7383
Before uploading the PDF to DocuSign, set the Form fields on your PDF as readonly. See this answer for doing this using iTextSharp.
When the envelope is created, DocuSign will transform those Fields as readonly for the Signer.
Sender should still be able to edit the read only fields in the sending experience.
Upvotes: 2