Html – Why doesn't my <a> tag take me to the specified page?
I have a submit button wrapped in an tag that's meant to submit my form, run a javascript function to save the form in localstorage and take the user to the next page. However, after the form is saved, it…