How widget works
Configure widgets on your site quickly and easily!
With the ZapSign widget, you can integrate electronic signatures directly into your website, ensuring a smooth and secure experience!
To use the widget, your application must be a web application compatible with JavaScript.
Adding the Widget to Your Site
To embed the ZapSign widget into your site, use the HTML code provided below:
Each signer has their own token, and the linkage occurs automatically when creating the document. See the section "Types of Tokens and How to Locate Them" for more information.
Using window.onmessage
with the Widgets
window.onmessage
with the WidgetsThe window.onmessage
function is optional but helps provide immediate feedback to users, ensuring a faster and more efficient signing experience. Available events include: document loading, signature completion, and the availability of the signed file for download.
Allow Attribute
In the ZapSign widget, the allow
attribute in the <iframe>
element permits access to the device’s camera when necessary, such as capturing a photo of the signer or a document during the signing process. Adding allow="camera"
ensures that the widget can request the camera if this signing option is enabled.
Documents using facial recognition authentication require additional configurations to ensure the security of the entire application. If you need this functionality or have questions on how to integrate it into your workflow, contact our support team at support@zapsign.com.br.
Last updated