submit is not a function

You may get this error in some browsers when attempting to submit the form via javascript. This is usually from having a button named “submit”. Simply rename the button to something else, such as “submitBtn”.