I am trying to create a form on an HTML page (that also has Bootstrap code) and when the user clicks the submit button I want the data to be captured and processed by an external javascript file in the same directory. However, I don't think I am doing this correctly because when I click on the submit button the page reloads and the result of the addition does not show up below.
Here's a link to the files: https://gist.github.com/anonymous/2dc8c07d87469716f9d2
Thanks in advance!