Answers for "sweetalert2 button href"

1

sweetalert2 button href

//how to add link to sweet Alert 2
<script>
Swal.fire({
  icon: 'success',
  title: 'Welcome to zombie Line',
  text: 'you Signed up successfully ',
  footer: '<a href="./secondpage.php">Lets Go</a>'
})
</script>
Posted by: Guest on April-06-2022

Browse Popular Code Answers by Language