Getting a "?" in URL after clicking submit button. preventDefault is present in jQuery. Believe html injection is issue
I'm a student tasked with creating various web forms as an assignment. I've created a simple form that, upon clicking submit, should capture the entered information and console.log it. As a simple test to make sure my jQuery event is…