E-signature
Custom content iframes can request an e-signature from the user via the hosted helper script:requestESignature() opens the Seal e-signature modal in the parent application. It returns a promise that:
- Resolves to
truewhen the user successfully signs - Rejects with an
Errorif the user cancels or the signature fails
postMessage and will reject if called outside an iframe.