Month: August 2024

// Optional: Add a delay and redirect to another page setTimeout(function() { window.location.href = "https://yourwebsite.com/thank-you-page"; }, 3000); // Redirect after 3 seconds });