adding more mission trip info and making the contact form work again

This commit is contained in:
Chris Cochrun 2025-01-28 15:11:43 -06:00
parent bd3f5082c1
commit 23f132c5c1
6 changed files with 177 additions and 6 deletions

View file

@ -25,7 +25,7 @@
}
};
xhr.open("POST", "https://n8n.tfcconnection.org/webhook/contact-form");
xhr.open("POST", "/contact");
xhr.send(data);
console.log(data);
}