docusealco / docuseal

Open source DocuSign alternative. Create, fill, and sign digital documents ✍️
https://www.docuseal.co
GNU Affero General Public License v3.0
6.26k stars 446 forks source link

[Feature Request] Disable typed signature #154

Closed nichu42 closed 10 months ago

nichu42 commented 10 months ago

I'd like to have the possibility to disable just typing the name in the signature field. It should allow hand-signed or uploaded signatures only. If possible, a global switch would be great, since I'd like to disable this for all future documents.

omohokcoj commented 10 months ago

@nichu42 thanks for the suggestion - it has been released in the new 1.3.1 version as well as in the Cloud: image

tyrelb commented 9 months ago

Thanks @omohokcoj for putting forth this change. I noticed that for embedded signatures, typed text signatures is still allowed even if allowed typed text signatures is disabled.

Screenshot 2023-12-27 at 9 49 16 PM Screenshot 2023-12-27 at 9 49 04 PM
omohokcoj commented 9 months ago

@tyrelb sorry for the late reply and thanks for pointing this out! That's true that this setting doesn't affect the embedded form - but recently we added an option to disable the 'typed signature' option in the embedded via the data-allow-typed-signature="false" attribute: https://www.docuseal.co/docs/embedded

Let me know if this solves the issue