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”.
docs:browsers: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”.