dForms domain change

This commit is contained in:
Archie Baer 2019-06-18 20:58:35 +01:00
parent 275198a389
commit cecbbc9efc
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ function signup() {
mailbtn.classList.remove("fa-clock"); mailbtn.classList.remove("fa-clock");
mailbtn.classList.add("fa-" + (this.status === 200 ? "check" : "times")); mailbtn.classList.add("fa-" + (this.status === 200 ? "check" : "times"));
}; };
req.open("POST", "https://whserver.dforms.point0.tech/589550963468140574"); req.open("POST", "https://wh.dforms.net/589550963468140574");
req.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); req.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
req.send("email=" + encodeURIComponent(email)); req.send("email=" + encodeURIComponent(email));
} }