Log in
Log into community
Share feedback, ideas and get community help
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated 11 months ago
0
Follow
Script to close pop up after user done
Script to close pop up after user done
Inactive
0
Follow
Z
Zul
11 months ago
ยท
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
Share
Open in Discord
B
Beto Garcia
11 months ago
You can set a script logic at the end with:
setTimeout(function(){
Typebot.close()
}, 3000);
And the popup will close itself.
Z
Zul
11 months ago
Let me try
Z
Zul
11 months ago
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
Join on Discord