From e4e485d844979ba80849917cd9ddc3e518af6a10 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 23 Nov 2023 05:39:38 -0600 Subject: [PATCH] idk --- 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 c272e84..dd20ed3 100644 --- a/layouts/shortcodes/health-form.html +++ b/layouts/shortcodes/health-form.html @@ -100,7 +100,7 @@ }; xhr.open("POST", "https://n8n.tfcconnection.org/webhook/health-form"); xhr.send(data); - + console.log(data); /* window.location.replace("https://tfcconnection.org/thankyou/"); */ }