Share feedback, ideas and get community help

Updated 11 months ago

Script to close pop up after user done

I used the popup method to display my site. After the user finishes, I want the pop-up to close itself. One thing I can think of is using the script. Is there any specific script that I can use to make it close the pop up?
B
Z
3 comments
You can set a script logic at the end with:
setTimeout(function(){
Typebot.close()
}, 3000);

And the popup will close itself.
Wow, it works! Thank you so much @Beto Garcia! May God blessed you in any way possible

Case close
Add a reply
Sign up and join the conversation on Discord