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/';
}