I’m trying to solve this already for a couple of days but don’t manage to get it to work.I need to insert this code:
<script SameSite="None; Secure" src="https://static.landbot.io/landbot-widget/landbot-widget-1.0.0.js"></script>
<script>
var myLandbot = new LandbotFullpage({
index: 'https://landbot.io/u/H-361950-LKT2DTPAU1D9O1J5/index.html',
});
</script>
To get this result: https://younghuman.club
But, nothing happens -> https://share.getcloudapp.com/o0uvDezX
Can anyone replicate the full screen to open in Bubble or tell me how to do it?
Once that works, the second problem I will need to solve is adding parameters in the URL so that the bot can pull data from the API. For example after index.html I need ‘?name={firstname}&email={email}’
After a week of experimenting, I fear it’s not possible but I hope some experts here can prove me wrong.