We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a394b commit f46f724Copy full SHA for f46f724
js/functions.js
@@ -389,6 +389,8 @@ const finishSetup = () => {
389
if ($("#final-form").valid()) {
390
submitForm("#final-form", evt);
391
console.log("final form submitted", applicationData);
392
+ applicationData = {};
393
+ window.location = "https://mdbytes.com";
394
} else {
395
console.log("education form not valid");
396
}
0 commit comments