Here is the code snippet I have. Please excuse its appearance, as I formatted it using an online tool.
Could someone help me understand why I am encountering this error upon clicking the submit button?
"Uncaught TypeError: Cannot read property 'push' of undefined" - This occurs at line 55, right after declaring the variables.
$("#KerdesForm").on("submit", function(b) {
// Code logic here
})