Skip to content

Commit

Permalink
add js to the current document and set the current document to the ne…
Browse files Browse the repository at this point in the history
…w one
  • Loading branch information
semosem committed Jul 30, 2024
1 parent 680b063 commit 7ad0a12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ window.onclick = function (event) {
// Form submission
document.getElementById("signup-form").addEventListener("submit", function (e) {
e.preventDefault();
console.log("Form submission");
alert("Thank you for signing up! We'll keep you updated on our launch.");
this.reset();
modal.style.display = "none";
Expand Down

0 comments on commit 7ad0a12

Please sign in to comment.