Form Submission - Failed to redirect on Submit

Hey @CraftCoast,

You’re using JavaScript to submit the form. You’d have to redirect using JavaScript or show a message on the same page.

Redirection is easy and you could add something like location.href = '/html/success.html'. But, this defeats the use of using JavaScript to submit the form.