camp form rough draft

The camp form is basically finished. I need to have some folks look at
it to make sure we've got it all done right.
This commit is contained in:
Chris Cochrun 2023-03-22 09:40:07 -05:00
parent d3c7dc699b
commit 31bab3cf3b
4 changed files with 72 additions and 14 deletions

View file

@ -56,6 +56,10 @@
if (this.readyState == 4 && this.status == 200) {
if (mtRegistration === 'now')
window.location.href = 'https://secure.myvanco.com/L-Z772/campaign/C-13DM3';
else if (registration === 'now')
window.location.href = 'https://secure.myvanco.com/L-Z772/campaign/C-13JPJ';
else if (registration === 'full')
window.location.href = 'https://secure.myvanco.com/L-Z772/campaign/C-13JQE';
else
window.location.href = '/thankyou/';
}