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:
parent
d3c7dc699b
commit
31bab3cf3b
4 changed files with 72 additions and 14 deletions
|
@ -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/';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue