Embeded E-sign Example Flow 1
In the below flow, we will show you how to initiate the popup module and perform a callback function with a redirect once the application is signed.1.
First, we will load the necessary script library in the head of our page where we have integrated the boarding application process.
2. After that we will request the necessary signature info from our embed e-sing endpoint.3. For this example we will create a simple button at the end of our boarding application with the title "Sign Here" and a redirect to a page after the signing process is complete:Create an example function called signFunction:When the button is clicked a modular popup will show with an iframe of our e-sing page. If all the required application fields are filled in and a signature is applied we will redirect to example.com with the following data:However, if there are validation errors we will redirect to example.com with the following data. Modified at 2025-08-09 05:39:42