Relative Content

Tag Archive for javascripthtmlbootstrap-modal

Unable to Close bootstrap modal after submit

I am submitting a form with several fields (columns) interacting with my database where I’m applying CRUD operations. Everything works as needed, except for an issue with the modal. There is a close button that uses data-dismiss=”modal”, which works fine, and a ‘Save Country’ button of type submit. When I click on ‘Save Country,’ it performs the necessary actions, but the modal doesn’t close automatically. If I add data-dismiss=”modal” to the ‘Save Country’ button, it prevents the form submission. Here’s my modal and the functionality for saving: