How to open a Bootstrap modal window using jQuery?
Bootstrap has a few functions that can be called manually on modals: You can see more here: Bootstrap modal component Specifically the methods section. So you would need to change: to: If you’re looking to make a custom popup of your own, here’s a suggested video from another community member: