Skip to content

Commit f46f724

Browse files
committed
Final changes v2.0.0
1 parent 91a394b commit f46f724

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/functions.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,8 @@ const finishSetup = () => {
389389
if ($("#final-form").valid()) {
390390
submitForm("#final-form", evt);
391391
console.log("final form submitted", applicationData);
392+
applicationData = {};
393+
window.location = "https://mdbytes.com";
392394
} else {
393395
console.log("education form not valid");
394396
}

0 commit comments

Comments
 (0)