Skip to content

Commit

Permalink
Updating the contact us form to formkeep
Browse files Browse the repository at this point in the history
  • Loading branch information
su-docker committed Aug 7, 2024
1 parent 63369d4 commit 5211e7e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ const observer = new IntersectionObserver((entries) => {
observer.observe(document.querySelector(".cta .hero"));

// Contact us form submit logic
// const formSubmitUrl = "https://tarkalabs.com";
const formSubmitUrl =
"https://getform.io/f/0156bf4e-da33-4ecd-96a5-b1273602419a";
const formSubmitUrl = "https://formkeep.com/f/e63603fe5315";
function submitForm() {
const form = document.getElementById("contact-us-form");
const formData = new FormData(form);
Expand Down

0 comments on commit 5211e7e

Please sign in to comment.