I am able to display sweet alert after the page refresh but I have to click on Ok button which I am getting on sweet alert to redirect the page.Please help me in this.
If anyone needs help, this code is working!
swal({ title: 'Request Delivered', text: 'You can continue with your search.', type: 'success' }).then(function() { window.location.href = "index2.php"; })