From 5bdabd920e6d1d678bf2d1cd786f061d91a904c3 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 20 Dec 2022 14:10:16 -0600 Subject: [PATCH] health form redirect to thankyou --- layouts/shortcodes/health-form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/health-form.html b/layouts/shortcodes/health-form.html index ca82ac0..7460ff1 100644 --- a/layouts/shortcodes/health-form.html +++ b/layouts/shortcodes/health-form.html @@ -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/"); */ }