health form redirect to thankyou

This commit is contained in:
Chris Cochrun 2022-12-20 14:10:16 -06:00
parent 966a6ddb67
commit 5bdabd920e

View file

@ -67,7 +67,7 @@
xhr.send(data);
console.log(data);
console.log("Hallo!");
/* window.location.href = "/thankyou/"; */
window.location.href = "/thankyou/";
/* window.location.replace("https://tfcconnection.org/thankyou/"); */
}