adding info on location to send user after mt-form submission

This commit is contained in:
Chris Cochrun 2023-01-03 07:26:52 -06:00
parent be221e2eec
commit 1adf014595

View file

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