'Create' button event on Signature Widget

WebViewer Version: 10.8.0

I am working on digital signature. I need to save user’s signature while user clicked on create button .
But I am not able to find ‘Create’ button event. Please find the attachment for more info about create button.

Please tell me which event will fire when user clicked on ‘Create’ button.

Thanks in advance

Hi there,

You can use the signatureSaved event from the signatureCreateTool to capture that event:
https://docs.apryse.com/api/web/Core.Tools.SignatureCreateTool.html#event:signatureSaved__anchor

Best regards,
Kevin Kim