From 1adf014595acbe9f82aa00bea4b1ac066474f1d4 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 3 Jan 2023 07:26:52 -0600 Subject: [PATCH] adding info on location to send user after mt-form submission --- layouts/shortcodes/mt-form.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/shortcodes/mt-form.html b/layouts/shortcodes/mt-form.html index 8b657e9..6e2e41f 100644 --- a/layouts/shortcodes/mt-form.html +++ b/layouts/shortcodes/mt-form.html @@ -22,6 +22,7 @@ window.location.href = '/mt-health-form?registration=' + payment; else window.location.href = '/thankyou?registration=' + payment; + // Need to eventually get the user here: https://secure.myvanco.com/L-Z772/campaign/C-13DM3 } }; /* xhr.open("POST", "https://n8n.tfcconnection.org/webhook/mt-application"); */