BoldSign®Effortlessly integrate e-signatures into your app with the BoldSign® API. Create a sandbox account!
<script>
function popupOpen(args) {
if (args.popupName == 'Rename') {
console.log(args.popupModule.element);
}
}
</script> |