fixing bugs in the health form
This commit is contained in:
parent
b7016133e9
commit
457a2815af
|
@ -84,16 +84,16 @@
|
|||
body: data
|
||||
}).then((res) => {
|
||||
console.log(res);
|
||||
if (res.ok) {
|
||||
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/';
|
||||
}
|
||||
/* if (res.ok) {
|
||||
* 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/';
|
||||
* } */
|
||||
});
|
||||
|
||||
// For use in prod
|
||||
|
@ -150,7 +150,9 @@
|
|||
document.getElementById('warning-policy').style.margin = '0';
|
||||
document.getElementById('warning-image').style.margin = '0';
|
||||
|
||||
// Prefill form based from MT form
|
||||
}
|
||||
|
||||
function firstLoad() {
|
||||
document.getElementById('firstname').value = firstName;
|
||||
document.getElementById('lastname').value = lastName;
|
||||
document.getElementById('parentfirstname').value = parentFirstName;
|
||||
|
@ -164,6 +166,7 @@
|
|||
}
|
||||
|
||||
document.addEventListener('DOMContentLoaded', process);
|
||||
document.addEventListener('DOMContentLoaded', firstLoad);
|
||||
|
||||
function dated() {
|
||||
function nth(d) {
|
||||
|
|
Loading…
Reference in a new issue