I'm deploying BP (cloud) in an iframe inside a div (on Framer). Is there any way for me to hook into the close button press event on the bot so I can redirect to another page?
From what I understand, I can't access the DOM inside the iframe due to the cross-origin policy.