updating some mt-form parts

This commit is contained in:
Chris Cochrun 2023-01-04 11:17:17 -06:00
parent 1adf014595
commit b487eae367
5 changed files with 17 additions and 149 deletions

View file

@ -55,7 +55,7 @@
xhr.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
if (mtRegistration === 'now')
window.location.href = '/donate/';
window.location.href = 'https://secure.myvanco.com/L-Z772/campaign/C-13DM3';
else
window.location.href = '/thankyou/';
}

View file

@ -21,7 +21,7 @@
if (document.getElementById('health-form-yes').checked)
window.location.href = '/mt-health-form?registration=' + payment;
else
window.location.href = '/thankyou?registration=' + payment;
window.location.href = 'https://secure.myvanco.com/L-Z772/campaign/C-13DM3';
// Need to eventually get the user here: https://secure.myvanco.com/L-Z772/campaign/C-13DM3
}
};