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/"); */
}