Hi,
I am trying to embed the following in Bubble.io but I can’t get anything to show.
script type=“text/javascript” src=“https://static.signwell.com/assets/embedded.js”>
script> var signWellEmbed = new SignWellEmbed({ url: ‘https://www.example.com’, events: { completed: e => { console.log('completed event: ', e) //document successfully signed/completed }, closed: e => { console.log('closed event: ', e) //SignWell iFrame closed } } }) signWellEmbed.open() // The embedded_edit_url expires after it’s opened the first time. // You can regenerate a new embedded_edit_url by calling signWellEmbed.newEditUrl
/script>
I’ve tried putting this in the HTML element but it doesn’t work. Where should I put this to render as an iframe?
Any help would be greatly appreciated. (I’ve deliberately remove the < from the script tag to get the html to show in this post)