updating some mt-form parts
This commit is contained in:
parent
1adf014595
commit
b487eae367
5 changed files with 17 additions and 149 deletions
|
@ -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/';
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue