Is it possible to create a button at the end of a modal that closes it, but also redirects the user to a different page? Basically the modal has a disclaimer, where at the end the user has to "Agree" with the terms, which should close the modal, but also open up a different page.
Thank you!
Edit: this code should work in Bootstrap 4, unfortunately I couldn't find a Bootstrap 3 version.
<a href="link" class="btn btn-primary" target="_blank" data-dismiss="modal">I Agree</a>