t4t5 / sweetalert

A beautiful replacement for JavaScript's "alert"
https://sweetalert.js.org
MIT License
22.4k stars 2.84k forks source link

Redirect when a button is clicked #918

Open iSpeeX opened 4 years ago

iSpeeX commented 4 years ago

Hello everyone,

First of all, I want to say thank you to all devs working on it because it's a must have. There is one small thing I need to do with Sweetalert : redirect to another page (ideally using laravel route) when we click a specific button.

I'm using a switch to make multiple step alert generating one sweetalert at a time. By specific button I mean the cancel button and another one with catch.

Can someone help me on this ?

Best regards