//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>