Reputation: 1
I 'am using DocuSign API for migrating Arabic text inserted by a user through a web form. The problem is that the user details will appear as question marks instead of the Arabic text:
Besides, the user can modify the name again when the API is called.
I would like to show the real name and make the text areas disabled so only the info migrated will be shown.
Upvotes: 0
Views: 209
Reputation: 49114
You can set text fields to be read only by setting the locked
field to "true" when you create the field.
DocuSign does support the entry of Arabic text into fields. Here is an example: I entered the text into the field while signing via DocuSign. The final pdf then shows the text:
If you want to hide information in a field, use the concealValueOnDocument
field when creating the tab.
Upvotes: 1